isle-portable/LEGO1/lego/legoomni/include/caveentity.h

11 lines
209 B
C
Raw Normal View History

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