mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-07-19 01:48:56 +08:00
16 lines
172 B
C
16 lines
172 B
C
![]() |
|
||
|
#ifndef SAMPSRV_TIMERS_H
|
||
|
#define SAMPSRV_TIMERS_H
|
||
|
|
||
|
class CScriptTimers // size: W 16 L 25
|
||
|
{
|
||
|
private:
|
||
|
#ifdef _WIN32
|
||
|
char _gap[16];
|
||
|
#else
|
||
|
char _gap[25];
|
||
|
#endif
|
||
|
};
|
||
|
|
||
|
#endif
|