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:
Misha
2024-02-10 18:44:00 -05:00
committed by GitHub
parent e42e0d1ca2
commit 8786a5b44a
5 changed files with 64 additions and 9 deletions

View 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