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