mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 22:47:29 +08:00
22 lines
303 B
C++
22 lines
303 B
C++
|
|
#pragma once
|
|
|
|
//----------------------------------------------------
|
|
|
|
class CActorPool
|
|
{
|
|
private:
|
|
int field_0;
|
|
int field_4[MAX_ACTORS];
|
|
int field_FA4[MAX_ACTORS];
|
|
int field_1F44[MAX_ACTORS];
|
|
|
|
char _gap2EE4[8000];
|
|
|
|
public:
|
|
|
|
CActorPool();
|
|
};
|
|
|
|
//----------------------------------------------------
|