isle-portable/LEGO1/lego/legoomni/include/caveentity.h
2024-06-03 18:53:25 +02:00

10 lines
202 B
C++

#ifndef CAVEENTITY_H
#define CAVEENTITY_H
#include "buildings.h"
// No overrides, uses vtable from RaceStandsEntity
// SIZE 0x68
class CaveEntity : public RaceStandsEntity {};
#endif // CAVEENTITY_H