SA-MP/server/textdrawpool.h

20 lines
267 B
C
Raw Normal View History

2023-10-29 22:26:43 +08:00
#ifndef SAMPSRV_TEXTDRAWPOOL_H
#define SAMPSRV_TEXTDRAWPOOL_H
class CTextDrawPool // size: WL 2072576
{
private:
2023-11-25 23:10:24 +08:00
int field_0[2048];
void* field_2000[2048];
void* field_4000[2048];
2023-11-25 23:10:24 +08:00
char gap6000[2048000];
public:
CTextDrawPool();
~CTextDrawPool();
2023-10-29 22:26:43 +08:00
};
#endif