mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-05 17:13:27 +08:00
12 lines
130 B
C
12 lines
130 B
C
|
|
||
|
#ifndef SAMPSRV_GAMEMODES_H
|
||
|
#define SAMPSRV_GAMEMODES_H
|
||
|
|
||
|
class CGameMode // size: WL 110
|
||
|
{
|
||
|
private:
|
||
|
char _gap0[110];
|
||
|
};
|
||
|
|
||
|
#endif
|