mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-04 00:23:22 +08:00
12 lines
144 B
C
12 lines
144 B
C
|
|
||
|
#ifndef SAMPSRV_GANGZONEPOOL_H
|
||
|
#define SAMPSRV_GANGZONEPOOL_H
|
||
|
|
||
|
class CGangZonePool // size: WL 20480
|
||
|
{
|
||
|
private:
|
||
|
char _gap0[20480];
|
||
|
};
|
||
|
|
||
|
#endif
|