mirror of
https://github.com/halpz/re3.git
synced 2025-07-29 20:20:24 +00:00
Linux build support
This commit is contained in:
@ -257,7 +257,11 @@ extern RwBool
|
||||
RsInputDeviceAttach(RsInputDeviceType inputDevice,
|
||||
RsInputEventHandler inputEventHandler);
|
||||
|
||||
extern RwUInt32
|
||||
#ifdef _WIN32
|
||||
extern RwUInt32
|
||||
#else
|
||||
extern double
|
||||
#endif
|
||||
RsTimer(void);
|
||||
|
||||
extern void
|
||||
|
Reference in New Issue
Block a user