mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-11 16:34:09 +00:00
16 lines
214 B
C++
16 lines
214 B
C++
|
|
#ifndef SAMPSRV_GANGZONEPOOL_H
|
|
#define SAMPSRV_GANGZONEPOOL_H
|
|
|
|
class CGangZonePool // size: WL 20480
|
|
{
|
|
private:
|
|
char gap0[16384];
|
|
int field_4000[1024];
|
|
public:
|
|
CGangZonePool();
|
|
~CGangZonePool() {};
|
|
};
|
|
|
|
#endif
|