mirror of
https://github.com/halpz/re3.git
synced 2025-07-03 12:00:51 +00:00
Linux build support
This commit is contained in:
@ -19,7 +19,11 @@ bool TurnOnAnimViewer = false;
|
||||
|
||||
RsGlobalType RsGlobal;
|
||||
|
||||
RwUInt32
|
||||
#ifdef _WIN32
|
||||
RwUInt32
|
||||
#else
|
||||
double
|
||||
#endif
|
||||
RsTimer(void)
|
||||
{
|
||||
return psTimer();
|
||||
|
Reference in New Issue
Block a user