SA-MP/server/actorpool.h

12 lines
135 B
C
Raw Normal View History

2023-10-29 22:26:43 +08:00
#ifndef SAMPSRV_ACTORPOOL_H
#define SAMPSRV_ACTORPOOL_H
class CActorPool // size: WL 12004
{
private:
char _gap0[12004];
};
#endif