SA-MP/server/menupool.h

18 lines
213 B
C
Raw Permalink 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:
2023-11-25 23:49:51 +08:00
int* field_0[128];
int field_200[128];
char field_400[1000];
public:
CMenuPool();
~CMenuPool();
2023-10-29 22:26:43 +08:00
};
#endif