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

12 lines
142 B
C++

#ifndef SAMPSRV_OBJECTPOOL_H
#define SAMPSRV_OBJECTPOOL_H
class CObjectPool // size: WL 8012000
{
private:
char _gap0[8012000];
};
#endif