SA-MP/server/objectpool.h

12 lines
142 B
C
Raw Normal View History

2023-10-29 22:26:43 +08:00
#ifndef SAMPSRV_OBJECTPOOL_H
#define SAMPSRV_OBJECTPOOL_H
class CObjectPool // size: WL 8012000
{
private:
char _gap0[8012000];
};
#endif