isle/LEGO1/racestandsentity.h
2023-10-27 18:39:36 -07:00

11 lines
203 B
C++

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