mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-03 16:13:34 +08:00
12 lines
148 B
C++
12 lines
148 B
C++
|
|
#ifndef SAMPSRV_TEXTDRAWPOOL_H
|
|
#define SAMPSRV_TEXTDRAWPOOL_H
|
|
|
|
class CTextDrawPool // size: WL 2072576
|
|
{
|
|
private:
|
|
char _gap0[2072576];
|
|
};
|
|
|
|
#endif
|