mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Add JetSkiRace vtable and CaveEntity classes from LegoObjectFactory (#553)
* Add JetSkiRace vtable * Fix vtable * Fixes * Update jetskirace.cpp --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
10
LEGO1/lego/legoomni/include/caveentity.h
Normal file
10
LEGO1/lego/legoomni/include/caveentity.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef CAVEENTITY_H
|
||||
#define CAVEENTITY_H
|
||||
|
||||
#include "racestandsentity.h"
|
||||
|
||||
// No overrides, uses vtable from RaceStandsEntity
|
||||
// SIZE 0x68
|
||||
class CaveEntity : public RaceStandsEntity {};
|
||||
|
||||
#endif // CAVEENTITY_H
|
Reference in New Issue
Block a user