SA-MP/server/textdrawpool.h
2023-11-25 23:10:24 +08:00

20 lines
263 B
C++

#ifndef SAMPSRV_TEXTDRAWPOOL_H
#define SAMPSRV_TEXTDRAWPOOL_H
class CTextDrawPool // size: WL 2072576
{
private:
int field_0[2048];
int field_2000[2048];
int field_4000[2048];
char gap6000[2048000];
public:
CTextDrawPool();
~CTextDrawPool();
};
#endif