mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-04 00:23:22 +08:00
16 lines
250 B
C
16 lines
250 B
C
|
|
||
|
#pragma once
|
||
|
|
||
|
//----------------------------------------------------
|
||
|
|
||
|
class CTextDrawPool
|
||
|
{
|
||
|
private:
|
||
|
int field_0[MAX_TEXT_DRAWS];
|
||
|
int field_2400[MAX_TEXT_DRAWS];
|
||
|
public:
|
||
|
CTextDrawPool();
|
||
|
};
|
||
|
|
||
|
//----------------------------------------------------
|