SA-MP/server/gangzonepool.h
2023-10-29 22:26:43 +08:00

12 lines
144 B
C++

#ifndef SAMPSRV_GANGZONEPOOL_H
#define SAMPSRV_GANGZONEPOOL_H
class CGangZonePool // size: WL 20480
{
private:
char _gap0[20480];
};
#endif