mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-23 06:57:31 +08:00
14 lines
142 B
C++
14 lines
142 B
C++
|
|
#pragma once
|
|
|
|
class CObjectPool
|
|
{
|
|
private:
|
|
int field_0;
|
|
int field_4[MAX_OBJECTS];
|
|
int field_FA4[MAX_OBJECTS];
|
|
public:
|
|
CObjectPool();
|
|
|
|
};
|