mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Various fixes in constructors (#1089)
* Various fixes in constructors * Address review comment --------- Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include "legojetskiraceactor.h"
|
||||
#include "legoracemap.h"
|
||||
|
||||
// VTABLE: LEGO1 0x100d5a08 LegoJetskiRaceActor
|
||||
// VTABLE: LEGO1 0x100d5a08 LegoCarRaceActor
|
||||
// VTABLE: LEGO1 0x100d5a28 LegoRaceActor
|
||||
// VTABLE: LEGO1 0x100d5a30 LegoAnimActor
|
||||
// VTABLE: LEGO1 0x100d5a40 LegoPathActor
|
||||
@@ -52,4 +52,19 @@ public:
|
||||
// LegoJetski::`scalar deleting destructor'
|
||||
};
|
||||
|
||||
// GLOBAL: LEGO1 0x100d59b8
|
||||
// LegoJetski::`vbtable'{for `LegoCarRaceActor'}
|
||||
|
||||
// GLOBAL: LEGO1 0x100d59c8
|
||||
// LegoJetski::`vbtable'{for `LegoRaceActor'}
|
||||
|
||||
// GLOBAL: LEGO1 0x100d59d8
|
||||
// LegoJetski::`vbtable'{for `LegoAnimActor'}
|
||||
|
||||
// GLOBAL: LEGO1 0x100d59e0
|
||||
// LegoJetski::`vbtable'
|
||||
|
||||
// GLOBAL: LEGO1 0x100d59f0
|
||||
// LegoJetski::`vbtable'{for `LegoJetskiRaceActor'}
|
||||
|
||||
#endif // LEGOJETSKI_H
|
||||
|
Reference in New Issue
Block a user