isle/LEGO1/racestandsentity.h

11 lines
193 B
C++

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