mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-11-23 22:39:39 +00:00
18 lines
213 B
C++
18 lines
213 B
C++
|
|
#ifndef SAMPSRV_MENUPOOL_H
|
|
#define SAMPSRV_MENUPOOL_H
|
|
|
|
class CMenuPool // size: WL 2024
|
|
{
|
|
private:
|
|
int* field_0[128];
|
|
int field_200[128];
|
|
char field_400[1000];
|
|
|
|
public:
|
|
CMenuPool();
|
|
~CMenuPool();
|
|
};
|
|
|
|
#endif
|