mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-04 12:44:03 +00:00
20 lines
267 B
C++
20 lines
267 B
C++
|
|
#ifndef SAMPSRV_TEXTDRAWPOOL_H
|
|
#define SAMPSRV_TEXTDRAWPOOL_H
|
|
|
|
class CTextDrawPool // size: WL 2072576
|
|
{
|
|
private:
|
|
|
|
int field_0[2048];
|
|
void* field_2000[2048];
|
|
void* field_4000[2048];
|
|
char gap6000[2048000];
|
|
|
|
public:
|
|
CTextDrawPool();
|
|
~CTextDrawPool();
|
|
};
|
|
|
|
#endif
|