diff options
Diffstat (limited to 'NorthstarDedicatedTest/tier0.h')
-rw-r--r-- | NorthstarDedicatedTest/tier0.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/tier0.h b/NorthstarDedicatedTest/tier0.h index 97a2d753..07d91fe5 100644 --- a/NorthstarDedicatedTest/tier0.h +++ b/NorthstarDedicatedTest/tier0.h @@ -24,4 +24,6 @@ void operator delete(void* p) throw(); // actual function defs // would've liked to resolve these at compile time, but we load before tier0 so not really possible -void Error(const char* fmt, ...);
\ No newline at end of file +void Error(const char* fmt, ...); + +double Plat_FloatTime();
\ No newline at end of file |