llmessage merge and further LLUnit usage.

This commit is contained in:
Shyotl
2016-04-07 20:17:30 -05:00
parent 8c946dc706
commit 691a5395ca
43 changed files with 514 additions and 465 deletions

View File

@@ -51,7 +51,7 @@ public:
// Atomic reads of static variables.
// Return the number of seconds since the start of the application.
static F64 getElapsedSeconds(void)
static F64SecondsImplicit getElapsedSeconds(void)
{
// Loses msec precision after ~4.5 hours...
sGlobalMutex.lock();