mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-13 01:05:37 +00:00
d37d214528
* Add CLabelPool::Delete() stub
23 lines
268 B
C++
23 lines
268 B
C++
|
|
#ifndef SAMPSRV_LABELPOOL_H
|
|
#define SAMPSRV_LABELPOOL_H
|
|
|
|
struct struc_24
|
|
{
|
|
char gap0[33];
|
|
};
|
|
|
|
class CLabelPool // size: WL 37888
|
|
{
|
|
private:
|
|
int field_0[1024];
|
|
struc_24 field_1000[1024];
|
|
public:
|
|
CLabelPool();
|
|
~CLabelPool();
|
|
|
|
BOOL Delete(WORD wLabel);
|
|
};
|
|
|
|
#endif
|