mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 16:44:08 +00:00
Linux build support
This commit is contained in:
parent
c66c45f4c8
commit
8a4fa58cd4
54 changed files with 1373 additions and 362 deletions
|
@ -19,7 +19,11 @@ bool TurnOnAnimViewer = false;
|
|||
|
||||
RsGlobalType RsGlobal;
|
||||
|
||||
RwUInt32
|
||||
#ifdef _WIN32
|
||||
RwUInt32
|
||||
#else
|
||||
double
|
||||
#endif
|
||||
RsTimer(void)
|
||||
{
|
||||
return psTimer();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue