SA-MP/server/vehiclepool.h

12 lines
141 B
C
Raw Normal View History

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