isle-portable/LEGO1/racestandsentity.h

11 lines
199 B
C
Raw Normal View History

#ifndef RACESTANDSENTITY_H
#define RACESTANDSENTITY_H
#include "buildingentity.h"
// VTABLE 0x100d48a8
// SIZE 0x68
2023-10-24 19:38:27 -04:00
class RaceStandsEntity : public BuildingEntity {};
#endif // RACESTANDSENTITY_H