SA-MP/server/pickuppool.h

12 lines
140 B
C
Raw Normal View History

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