mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-23 06:57:31 +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();
|
|
};
|
|
|
|
//----------------------------------------------------
|