SA-MP/server/labelpool.h

23 lines
268 B
C
Raw Normal View History

2023-10-29 22:26:43 +08:00
#ifndef SAMPSRV_LABELPOOL_H
#define SAMPSRV_LABELPOOL_H
struct struc_24
{
char gap0[33];
};
2023-10-29 22:26:43 +08:00
class CLabelPool // size: WL 37888
{
private:
int field_0[1024];
struc_24 field_1000[1024];
public:
CLabelPool();
~CLabelPool();
BOOL Delete(WORD wLabel);
2023-10-29 22:26:43 +08:00
};
#endif