mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 22:47:29 +08:00
20 lines
304 B
C++
20 lines
304 B
C++
|
|
#include "../main.h"
|
|
|
|
BOOL unnamed_100B2AF0();
|
|
|
|
//----------------------------------------------------
|
|
|
|
CTextDrawPool::CTextDrawPool()
|
|
{
|
|
int x=0;
|
|
while(x!=MAX_TEXT_DRAWS) {
|
|
field_2400[x] = 0;
|
|
field_0[x] = 0;
|
|
x++;
|
|
}
|
|
unnamed_100B2AF0();
|
|
}
|
|
|
|
//----------------------------------------------------
|