SA-MP/server/menupool.h

12 lines
130 B
C
Raw Normal View History

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