SA-MP/server/textdrawpool.h

12 lines
148 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:
char _gap0[2072576];
};
#endif