SA-MP/server/labelpool.h

12 lines
135 B
C
Raw Normal View History

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