mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-07 10:03:32 +08:00
19 lines
266 B
C
19 lines
266 B
C
|
|
||
|
#pragma once
|
||
|
|
||
|
//----------------------------------------------------
|
||
|
|
||
|
class CMenuPool
|
||
|
{
|
||
|
private:
|
||
|
int field_0[MAX_MENUS];
|
||
|
int field_200[MAX_MENUS];
|
||
|
char field_400;
|
||
|
char field_401;
|
||
|
public:
|
||
|
CMenuPool();
|
||
|
|
||
|
};
|
||
|
|
||
|
//----------------------------------------------------
|