isle/LEGO1/lego/legoomni/include/caveentity.h
2024-02-10 16:59:58 -05:00

11 lines
209 B
C++

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