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

12 lines
130 B
C++

#ifndef SAMPSRV_MENUPOOL_H
#define SAMPSRV_MENUPOOL_H
class CMenuPool // size: WL 2024
{
private:
char _gap0[2024];
};
#endif