mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-14 09:39:06 +00:00
12 lines
135 B
C++
12 lines
135 B
C++
|
|
#ifndef SAMPSRV_ACTORPOOL_H
|
|
#define SAMPSRV_ACTORPOOL_H
|
|
|
|
class CActorPool // size: WL 12004
|
|
{
|
|
private:
|
|
char _gap0[12004];
|
|
};
|
|
|
|
#endif
|