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