isle/LEGO1/lego/legoomni/include/racestandsentity.h
Christian Semmler 7b4bd7cbf6 Refactor
2024-01-07 14:34:25 -05:00

11 lines
206 B
C++

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