#ifndef RACESTANDSENTITY_H #define RACESTANDSENTITY_H #include "buildingentity.h" class RaceStandsEntity : public BuildingEntity { // SIZE 0x68 }; #endif // RACESTANDSENTITY_H