mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-17 13:31:15 +00:00
line ending change
This commit is contained in:
parent
daa0bf3f61
commit
f73987e472
@ -1,9 +1,9 @@
|
|||||||
#ifndef ACT3ACTOR_H
|
#ifndef ACT3ACTOR_H
|
||||||
#define ACT3ACTOR_H
|
#define ACT3ACTOR_H
|
||||||
|
|
||||||
class Act3Actor
|
class Act3Actor
|
||||||
{
|
{
|
||||||
// VTABLE 0x100d7750
|
// VTABLE 0x100d7750
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // ACT3ACTOR_H
|
#endif // ACT3ACTOR_H
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
#include "act3shark.h"
|
#include "act3shark.h"
|
||||||
|
|
||||||
// 0x100f03a0
|
// 0x100f03a0
|
||||||
static char* g_act3SharkString = "Act3Shark";
|
static char* g_act3SharkString = "Act3Shark";
|
||||||
@ -1,11 +1,11 @@
|
|||||||
#ifndef ACT3SHARK_H
|
#ifndef ACT3SHARK_H
|
||||||
#define ACT3SHARK_H
|
#define ACT3SHARK_H
|
||||||
|
|
||||||
#include "legoanimactor.h"
|
#include "legoanimactor.h"
|
||||||
|
|
||||||
class Act3Shark : public LegoAnimActor
|
class Act3Shark : public LegoAnimActor
|
||||||
{
|
{
|
||||||
// VTABLE 0x100d7920
|
// VTABLE 0x100d7920
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // ACT3SHARK_H
|
#endif // ACT3SHARK_H
|
||||||
|
|||||||
@ -1,15 +1,15 @@
|
|||||||
#ifndef AMBULANCE_H
|
#ifndef AMBULANCE_H
|
||||||
#define AMBULANCE_H
|
#define AMBULANCE_H
|
||||||
|
|
||||||
#include "islepathactor.h"
|
#include "islepathactor.h"
|
||||||
|
|
||||||
class Ambulance : public IslePathActor
|
class Ambulance : public IslePathActor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
Ambulance();
|
Ambulance();
|
||||||
|
|
||||||
// VTABLE 0x100d71a8
|
// VTABLE 0x100d71a8
|
||||||
// SIZE 0x184
|
// SIZE 0x184
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // AMBULANCE_H
|
#endif // AMBULANCE_H
|
||||||
|
|||||||
48
LEGO1/bike.h
48
LEGO1/bike.h
@ -1,24 +1,24 @@
|
|||||||
#ifndef BIKE_H
|
#ifndef BIKE_H
|
||||||
#define BIKE_H
|
#define BIKE_H
|
||||||
|
|
||||||
#include "islepathactor.h"
|
#include "islepathactor.h"
|
||||||
|
|
||||||
#ifndef undefined4
|
#ifndef undefined4
|
||||||
#define undefined4 int
|
#define undefined4 int
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
class Bike : public IslePathActor
|
class Bike : public IslePathActor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
Bike();
|
Bike();
|
||||||
|
|
||||||
virtual undefined4 VTable0xcc(); // vtable+0xcc
|
virtual undefined4 VTable0xcc(); // vtable+0xcc
|
||||||
virtual undefined4 VTable0xd4(undefined4 param); // vtable+0xd4
|
virtual undefined4 VTable0xd4(undefined4 param); // vtable+0xd4
|
||||||
virtual void VTable0xe4(); // vtable+0xe4
|
virtual void VTable0xe4(); // vtable+0xe4
|
||||||
|
|
||||||
// VTABLE 0x100d9808
|
// VTABLE 0x100d9808
|
||||||
// SIZE 0x74
|
// SIZE 0x74
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif // BIKE_H
|
#endif // BIKE_H
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
#ifndef BUMPBOUY_H
|
#ifndef BUMPBOUY_H
|
||||||
#define BUMPBOUY_H
|
#define BUMPBOUY_H
|
||||||
|
|
||||||
#include "mxbool.h"
|
#include "mxbool.h"
|
||||||
|
|
||||||
class BumpBouy
|
class BumpBouy
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
virtual const char* GetClassName() const; // vtable+0xc
|
virtual const char* GetClassName() const; // vtable+0xc
|
||||||
virtual MxBool IsClass(const char *name) const; // vtable+0x10
|
virtual MxBool IsClass(const char *name) const; // vtable+0x10
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // BUMPBOUY_H
|
#endif // BUMPBOUY_H
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
#ifndef DOORS_H
|
#ifndef DOORS_H
|
||||||
#define DOORS_H
|
#define DOORS_H
|
||||||
|
|
||||||
#include "legopathactor.h"
|
#include "legopathactor.h"
|
||||||
|
|
||||||
class Doors : public LegoPathActor
|
class Doors : public LegoPathActor
|
||||||
{
|
{
|
||||||
// SIZE 0x1f8
|
// SIZE 0x1f8
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif // DOORS_H
|
#endif // DOORS_H
|
||||||
|
|||||||
@ -1,15 +1,15 @@
|
|||||||
#ifndef DUNEBUGGY_H
|
#ifndef DUNEBUGGY_H
|
||||||
#define DUNEBUGGY_H
|
#define DUNEBUGGY_H
|
||||||
|
|
||||||
#include "islepathactor.h"
|
#include "islepathactor.h"
|
||||||
|
|
||||||
class DuneBuggy : public IslePathActor
|
class DuneBuggy : public IslePathActor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
DuneBuggy();
|
DuneBuggy();
|
||||||
|
|
||||||
// VTABLE 0x100d8f98
|
// VTABLE 0x100d8f98
|
||||||
// SIZE 0x16c
|
// SIZE 0x16c
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // DUNEBUGGY_H
|
#endif // DUNEBUGGY_H
|
||||||
@ -1,18 +1,18 @@
|
|||||||
#ifndef GASSTATIONENTITY_H
|
#ifndef GASSTATIONENTITY_H
|
||||||
#define GASSTATIONENTITY_H
|
#define GASSTATIONENTITY_H
|
||||||
|
|
||||||
#include "buildingentity.h"
|
#include "buildingentity.h"
|
||||||
|
|
||||||
#ifndef undefined4
|
#ifndef undefined4
|
||||||
#define undefined4 int
|
#define undefined4 int
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
class GasStationEntity : public BuildingEntity
|
class GasStationEntity : public BuildingEntity
|
||||||
{
|
{
|
||||||
virtual undefined4 VTable0x50(); // vtable+0x50
|
virtual undefined4 VTable0x50(); // vtable+0x50
|
||||||
|
|
||||||
// VTABLE 0x100d5258
|
// VTABLE 0x100d5258
|
||||||
// SIZE 0x68
|
// SIZE 0x68
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // GASSTATIONENTITY_H
|
#endif // GASSTATIONENTITY_H
|
||||||
|
|||||||
@ -1,18 +1,18 @@
|
|||||||
#ifndef HOSPITAL_H
|
#ifndef HOSPITAL_H
|
||||||
#define HOSPITAL_H
|
#define HOSPITAL_H
|
||||||
|
|
||||||
#include "legoworld.h"
|
#include "legoworld.h"
|
||||||
|
|
||||||
class Hospital : public LegoWorld
|
class Hospital : public LegoWorld
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
Hospital();
|
Hospital();
|
||||||
virtual ~Hospital(); // vtable+0x0
|
virtual ~Hospital(); // vtable+0x0
|
||||||
|
|
||||||
virtual long Notify(MxParam &p); // vtable+0x04
|
virtual long Notify(MxParam &p); // vtable+0x04
|
||||||
virtual void VTable0x68(char param_1); // vtable+0x68
|
virtual void VTable0x68(char param_1); // vtable+0x68
|
||||||
|
|
||||||
// SIZE 0x300
|
// SIZE 0x300
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // HOSPITAL_H
|
#endif // HOSPITAL_H
|
||||||
|
|||||||
@ -1,18 +1,18 @@
|
|||||||
#ifndef HOSPITALENTITY_H
|
#ifndef HOSPITALENTITY_H
|
||||||
#define HOSPITALENTITY_H
|
#define HOSPITALENTITY_H
|
||||||
|
|
||||||
#include "buildingentity.h"
|
#include "buildingentity.h"
|
||||||
|
|
||||||
#ifndef undefined4
|
#ifndef undefined4
|
||||||
#define undefined4 int
|
#define undefined4 int
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
class HospitalEntity : public BuildingEntity
|
class HospitalEntity : public BuildingEntity
|
||||||
{
|
{
|
||||||
virtual undefined4 VTable0x50(); // vtable+0x50
|
virtual undefined4 VTable0x50(); // vtable+0x50
|
||||||
|
|
||||||
// VTABLE 0x100d5068
|
// VTABLE 0x100d5068
|
||||||
// SIZE 0x68
|
// SIZE 0x68
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // HOSPITALENTITY_H
|
#endif // HOSPITALENTITY_H
|
||||||
|
|||||||
48
LEGO1/isle.h
48
LEGO1/isle.h
@ -1,24 +1,24 @@
|
|||||||
#ifndef ISLE_H
|
#ifndef ISLE_H
|
||||||
#define ISLE_H
|
#define ISLE_H
|
||||||
|
|
||||||
#include "legoworld.h"
|
#include "legoworld.h"
|
||||||
|
|
||||||
#ifndef undefined4
|
#ifndef undefined4
|
||||||
#define undefined4 int
|
#define undefined4 int
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
class Isle : public LegoWorld
|
class Isle : public LegoWorld
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
Isle();
|
Isle();
|
||||||
|
|
||||||
virtual void VTable0x50(); // vtable+0x50
|
virtual void VTable0x50(); // vtable+0x50
|
||||||
virtual undefined4 VTable0x64(); // vtable+0x64
|
virtual undefined4 VTable0x64(); // vtable+0x64
|
||||||
virtual void VTable0x6c(int* param); // vtable+0x6c
|
virtual void VTable0x6c(int* param); // vtable+0x6c
|
||||||
|
|
||||||
// VTABLE 0x100d6fb8
|
// VTABLE 0x100d6fb8
|
||||||
// SIZE 0x140
|
// SIZE 0x140
|
||||||
// Radio at 0x12c
|
// Radio at 0x12c
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // ISLE_H
|
#endif // ISLE_H
|
||||||
|
|||||||
@ -1,16 +1,16 @@
|
|||||||
#ifndef JETSKI_H
|
#ifndef JETSKI_H
|
||||||
#define JETSKI_H
|
#define JETSKI_H
|
||||||
|
|
||||||
#include "islepathactor.h"
|
#include "islepathactor.h"
|
||||||
|
|
||||||
class Jetski : public IslePathActor
|
class Jetski : public IslePathActor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
Jetski();
|
Jetski();
|
||||||
|
|
||||||
// VTABLE 0x100d9ec8
|
// VTABLE 0x100d9ec8
|
||||||
// SIZE 0x164
|
// SIZE 0x164
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif // JETSKI_H
|
#endif // JETSKI_H
|
||||||
|
|||||||
@ -1,14 +1,14 @@
|
|||||||
#ifndef JUKEBOX_H
|
#ifndef JUKEBOX_H
|
||||||
#define JUKEBOX_H
|
#define JUKEBOX_H
|
||||||
|
|
||||||
#include "legoentity.h"
|
#include "legoentity.h"
|
||||||
|
|
||||||
class JukeBox : public LegoEntity
|
class JukeBox : public LegoEntity
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
JukeBox();
|
JukeBox();
|
||||||
|
|
||||||
// SIZE 0x50
|
// SIZE 0x50
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // JUKEBOX_H
|
#endif // JUKEBOX_H
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
#ifndef LEGO3DWAVEPRESENTER_H
|
#ifndef LEGO3DWAVEPRESENTER_H
|
||||||
#define LEGO3DWAVEPRESENTER_H
|
#define LEGO3DWAVEPRESENTER_H
|
||||||
|
|
||||||
#include "legowavepresenter.h"
|
#include "legowavepresenter.h"
|
||||||
|
|
||||||
class Lego3DWavePresenter : public LegoWavePresenter
|
class Lego3DWavePresenter : public LegoWavePresenter
|
||||||
{
|
{
|
||||||
// SIZE 0xa0
|
// SIZE 0xa0
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // LEGO3DWAVEPRESENTER_H
|
#endif // LEGO3DWAVEPRESENTER_H
|
||||||
|
|||||||
@ -1,15 +1,15 @@
|
|||||||
#ifndef LEGOACTIONCONTROLPRESENTER_H
|
#ifndef LEGOACTIONCONTROLPRESENTER_H
|
||||||
#define LEGOACTIONCONTROLPRESENTER_H
|
#define LEGOACTIONCONTROLPRESENTER_H
|
||||||
|
|
||||||
#include "mxmediapresenter.h"
|
#include "mxmediapresenter.h"
|
||||||
|
|
||||||
class LegoActionControlPresenter : public MxMediaPresenter
|
class LegoActionControlPresenter : public MxMediaPresenter
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
void VTable0x5c(char param); // vtable+0x5c
|
void VTable0x5c(char param); // vtable+0x5c
|
||||||
|
|
||||||
// VTABLE 0x100d5118
|
// VTABLE 0x100d5118
|
||||||
// SIZE 0x68
|
// SIZE 0x68
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // LEGOACTIONCONTROLPRESENTER_H
|
#endif // LEGOACTIONCONTROLPRESENTER_H
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
#ifndef LEGOACTORPRESENTER_H
|
#ifndef LEGOACTORPRESENTER_H
|
||||||
#define LEGOACTORPRESENTER_H
|
#define LEGOACTORPRESENTER_H
|
||||||
|
|
||||||
#include "legoentitypresenter.h"
|
#include "legoentitypresenter.h"
|
||||||
|
|
||||||
class LegoActorPresenter : public LegoEntityPresenter
|
class LegoActorPresenter : public LegoEntityPresenter
|
||||||
{
|
{
|
||||||
// VTABLE 0x100d5320
|
// VTABLE 0x100d5320
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // LEGOACTORPRESENTER_H
|
#endif // LEGOACTORPRESENTER_H
|
||||||
|
|||||||
@ -1,15 +1,15 @@
|
|||||||
#ifndef LEGOANIMACTOR_H
|
#ifndef LEGOANIMACTOR_H
|
||||||
#define LEGOANIMACTOR_H
|
#define LEGOANIMACTOR_H
|
||||||
|
|
||||||
#include "legopathactor.h"
|
#include "legopathactor.h"
|
||||||
|
|
||||||
class LegoAnimActor : public LegoPathActor
|
class LegoAnimActor : public LegoPathActor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
virtual const char* GetClassName() const;
|
virtual const char* GetClassName() const;
|
||||||
virtual MxBool IsClass(const char *name) const;
|
virtual MxBool IsClass(const char *name) const;
|
||||||
|
|
||||||
// VTABLE 0x100d5440
|
// VTABLE 0x100d5440
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // LEGOANIMACTOR_H
|
#endif // LEGOANIMACTOR_H
|
||||||
|
|||||||
@ -1,15 +1,15 @@
|
|||||||
#ifndef LEGOANIMMMPRESENTER_H
|
#ifndef LEGOANIMMMPRESENTER_H
|
||||||
#define LEGOANIMMMPRESENTER_H
|
#define LEGOANIMMMPRESENTER_H
|
||||||
|
|
||||||
#include "mxcompositepresenter.h"
|
#include "mxcompositepresenter.h"
|
||||||
|
|
||||||
class LegoAnimMMPresenter : public MxCompositePresenter
|
class LegoAnimMMPresenter : public MxCompositePresenter
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
LegoAnimMMPresenter();
|
LegoAnimMMPresenter();
|
||||||
|
|
||||||
// VTABLE 0x100d7de8
|
// VTABLE 0x100d7de8
|
||||||
// SIZE 0x74
|
// SIZE 0x74
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // LEGOANIMMMPRESENTER_H
|
#endif // LEGOANIMMMPRESENTER_H
|
||||||
|
|||||||
@ -1,17 +1,17 @@
|
|||||||
#ifndef LEGOANIMPRESENTER_H
|
#ifndef LEGOANIMPRESENTER_H
|
||||||
#define LEGOANIMPRESENTER_H
|
#define LEGOANIMPRESENTER_H
|
||||||
|
|
||||||
#include "mxvideopresenter.h"
|
#include "mxvideopresenter.h"
|
||||||
|
|
||||||
class LegoAnimPresenter : public MxVideoPresenter
|
class LegoAnimPresenter : public MxVideoPresenter
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
LegoAnimPresenter();
|
LegoAnimPresenter();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void Init();
|
void Init();
|
||||||
|
|
||||||
// VTABLE 0x100d90c8
|
// VTABLE 0x100d90c8
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // LEGOANIMPRESENTER_H
|
#endif // LEGOANIMPRESENTER_H
|
||||||
|
|||||||
@ -1,21 +1,21 @@
|
|||||||
#ifndef LEGOCACHESOUND_H
|
#ifndef LEGOCACHESOUND_H
|
||||||
#define LEGOCACHESOUND_H
|
#define LEGOCACHESOUND_H
|
||||||
|
|
||||||
#include "mxcore.h"
|
#include "mxcore.h"
|
||||||
|
|
||||||
class LegoCacheSound : public MxCore
|
class LegoCacheSound : public MxCore
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
LegoCacheSound();
|
LegoCacheSound();
|
||||||
virtual ~LegoCacheSound(); // vtable+0x0
|
virtual ~LegoCacheSound(); // vtable+0x0
|
||||||
|
|
||||||
virtual void VTable0x18(); // vtable+0x18
|
virtual void VTable0x18(); // vtable+0x18
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void Init();
|
void Init();
|
||||||
|
|
||||||
// VTABLE 0x100d4718
|
// VTABLE 0x100d4718
|
||||||
// SIZE 0x88
|
// SIZE 0x88
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // LEGOCACHESOUND_H
|
#endif // LEGOCACHESOUND_H
|
||||||
|
|||||||
@ -1,16 +1,16 @@
|
|||||||
#ifndef LEGOCAMERACONTROLLER_H
|
#ifndef LEGOCAMERACONTROLLER_H
|
||||||
#define LEGOCAMERACONTROLLER_H
|
#define LEGOCAMERACONTROLLER_H
|
||||||
|
|
||||||
#include "mxcore.h"
|
#include "mxcore.h"
|
||||||
|
|
||||||
class LegoCameraController : public MxCore
|
class LegoCameraController : public MxCore
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
virtual ~LegoCameraController(); // vtable+0x0
|
virtual ~LegoCameraController(); // vtable+0x0
|
||||||
|
|
||||||
virtual void VTable0x44(); // vtable+0x44
|
virtual void VTable0x44(); // vtable+0x44
|
||||||
|
|
||||||
// VTABLE 0x100d57b0
|
// VTABLE 0x100d57b0
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // LEGOCAMERACONTROLLER_H
|
#endif // LEGOCAMERACONTROLLER_H
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
#ifndef LEGOCARBUILDANIMPRESENTER_H
|
#ifndef LEGOCARBUILDANIMPRESENTER_H
|
||||||
#define LEGOCARBUILDANIMPRESENTER_H
|
#define LEGOCARBUILDANIMPRESENTER_H
|
||||||
|
|
||||||
#include "legoanimpresenter.h"
|
#include "legoanimpresenter.h"
|
||||||
|
|
||||||
class LegoCarBuildAnimPresenter : public LegoAnimPresenter
|
class LegoCarBuildAnimPresenter : public LegoAnimPresenter
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
LegoCarBuildAnimPresenter();
|
LegoCarBuildAnimPresenter();
|
||||||
virtual ~LegoCarBuildAnimPresenter(); // vtable+0x0
|
virtual ~LegoCarBuildAnimPresenter(); // vtable+0x0
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // LEGOCARBUILDANIMPRESENTER_H
|
#endif // LEGOCARBUILDANIMPRESENTER_H
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
#ifndef LEGOCARRACEACTOR_H
|
#ifndef LEGOCARRACEACTOR_H
|
||||||
#define LEGOCARRACEACTOR_H
|
#define LEGOCARRACEACTOR_H
|
||||||
|
|
||||||
#include "legoraceactor.h"
|
#include "legoraceactor.h"
|
||||||
|
|
||||||
class LegoCarRaceActor : public LegoRaceActor
|
class LegoCarRaceActor : public LegoRaceActor
|
||||||
{
|
{
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // LEGOCARRACEACTOR_H
|
#endif // LEGOCARRACEACTOR_H
|
||||||
|
|||||||
@ -1,19 +1,19 @@
|
|||||||
#ifndef LEGOENTITYPRESENTER_H
|
#ifndef LEGOENTITYPRESENTER_H
|
||||||
#define LEGOENTITYPRESENTER_H
|
#define LEGOENTITYPRESENTER_H
|
||||||
|
|
||||||
#include "mxcompositepresenter.h"
|
#include "mxcompositepresenter.h"
|
||||||
|
|
||||||
class LegoEntityPresenter : public MxCompositePresenter
|
class LegoEntityPresenter : public MxCompositePresenter
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
LegoEntityPresenter();
|
LegoEntityPresenter();
|
||||||
virtual ~LegoEntityPresenter(); // vtable+0x0
|
virtual ~LegoEntityPresenter(); // vtable+0x0
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void Init();
|
void Init();
|
||||||
|
|
||||||
// VTABLE 0x100d8398
|
// VTABLE 0x100d8398
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif // LEGOENTITYPRESENTER_H
|
#endif // LEGOENTITYPRESENTER_H
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
#ifndef LEGOEXTRAACTOR_H
|
#ifndef LEGOEXTRAACTOR_H
|
||||||
#define LEGOEXTRAACTOR_H
|
#define LEGOEXTRAACTOR_H
|
||||||
|
|
||||||
#include "legoanimactor.h"
|
#include "legoanimactor.h"
|
||||||
|
|
||||||
class LegoExtraActor : public LegoAnimActor
|
class LegoExtraActor : public LegoAnimActor
|
||||||
{
|
{
|
||||||
// VTABLE 0x100d6c10
|
// VTABLE 0x100d6c10
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // LEGOEXTRAACTOR_H
|
#endif // LEGOEXTRAACTOR_H
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
#ifndef LEGOFLCTEXTUREPRESENTER_H
|
#ifndef LEGOFLCTEXTUREPRESENTER_H
|
||||||
#define LEGOFLCTEXTUREPRESENTER_H
|
#define LEGOFLCTEXTUREPRESENTER_H
|
||||||
|
|
||||||
#include "mxflcpresenter.h"
|
#include "mxflcpresenter.h"
|
||||||
|
|
||||||
class LegoFlcTexturePresenter : public MxFlcPresenter
|
class LegoFlcTexturePresenter : public MxFlcPresenter
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
LegoFlcTexturePresenter();
|
LegoFlcTexturePresenter();
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // LEGOFLCTEXTUREPRESENTER_H
|
#endif // LEGOFLCTEXTUREPRESENTER_H
|
||||||
|
|||||||
@ -1,17 +1,17 @@
|
|||||||
#ifndef LEGOHIDEANIMPRESENTER_H
|
#ifndef LEGOHIDEANIMPRESENTER_H
|
||||||
#define LEGOHIDEANIMPRESENTER_H
|
#define LEGOHIDEANIMPRESENTER_H
|
||||||
|
|
||||||
#include "legoloopinganimpresenter.h"
|
#include "legoloopinganimpresenter.h"
|
||||||
|
|
||||||
class LegoHideAnimPresenter : public LegoLoopingAnimPresenter
|
class LegoHideAnimPresenter : public LegoLoopingAnimPresenter
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
LegoHideAnimPresenter();
|
LegoHideAnimPresenter();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void Init();
|
void Init();
|
||||||
|
|
||||||
// VTABLE 0x100d9278
|
// VTABLE 0x100d9278
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // LEGOHIDEANIMPRESENTER_H
|
#endif // LEGOHIDEANIMPRESENTER_H
|
||||||
@ -1,16 +1,16 @@
|
|||||||
#ifndef LEGOJETSKI_H
|
#ifndef LEGOJETSKI_H
|
||||||
#define LEGOJETSKI_H
|
#define LEGOJETSKI_H
|
||||||
|
|
||||||
#include "legojetskiraceactor.h"
|
#include "legojetskiraceactor.h"
|
||||||
|
|
||||||
class LegoJetski : public LegoJetskiRaceActor
|
class LegoJetski : public LegoJetskiRaceActor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
virtual const char* GetClassName() const;
|
virtual const char* GetClassName() const;
|
||||||
virtual MxBool IsClass(const char *name) const;
|
virtual MxBool IsClass(const char *name) const;
|
||||||
|
|
||||||
// VTABLE 0x100d5a40
|
// VTABLE 0x100d5a40
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif // LEGOJETSKI_H
|
#endif // LEGOJETSKI_H
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
#ifndef LEGOJETSKIRACEACTOR_H
|
#ifndef LEGOJETSKIRACEACTOR_H
|
||||||
#define LEGOJETSKIRACEACTOR_H
|
#define LEGOJETSKIRACEACTOR_H
|
||||||
|
|
||||||
#include "legocarraceactor.h"
|
#include "legocarraceactor.h"
|
||||||
|
|
||||||
class LegoJetskiRaceActor : public LegoCarRaceActor
|
class LegoJetskiRaceActor : public LegoCarRaceActor
|
||||||
{
|
{
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // LEGOJETSKIRACEACTOR_H
|
#endif // LEGOJETSKIRACEACTOR_H
|
||||||
|
|||||||
@ -1,19 +1,19 @@
|
|||||||
#ifndef LEGOPALETTEPRESENTER_H
|
#ifndef LEGOPALETTEPRESENTER_H
|
||||||
#define LEGOPALETTEPRESENTER_H
|
#define LEGOPALETTEPRESENTER_H
|
||||||
|
|
||||||
#include "mxvideopresenter.h"
|
#include "mxvideopresenter.h"
|
||||||
|
|
||||||
class LegoPalettePresenter : public MxVideoPresenter
|
class LegoPalettePresenter : public MxVideoPresenter
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
LegoPalettePresenter();
|
LegoPalettePresenter();
|
||||||
virtual ~LegoPalettePresenter(); // vtable+0x0
|
virtual ~LegoPalettePresenter(); // vtable+0x0
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void Init();
|
void Init();
|
||||||
|
|
||||||
// VTABLE 0x100d9aa0
|
// VTABLE 0x100d9aa0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif // LEGOPALETTEPRESENTER_H
|
#endif // LEGOPALETTEPRESENTER_H
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
#ifndef LEGOPATHCONTROLLER_H
|
#ifndef LEGOPATHCONTROLLER_H
|
||||||
#define LEGOPATHCONTROLLER_H
|
#define LEGOPATHCONTROLLER_H
|
||||||
|
|
||||||
#include "mxcore.h"
|
#include "mxcore.h"
|
||||||
|
|
||||||
class LegoPathController : public MxCore
|
class LegoPathController : public MxCore
|
||||||
{
|
{
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // LEGOPATHCONTROLLER_H
|
#endif // LEGOPATHCONTROLLER_H
|
||||||
|
|||||||
@ -1,15 +1,15 @@
|
|||||||
#ifndef LEGOPATHPRESENTER_H
|
#ifndef LEGOPATHPRESENTER_H
|
||||||
#define LEGOPATHPRESENTER_H
|
#define LEGOPATHPRESENTER_H
|
||||||
|
|
||||||
#include "mxmediapresenter.h"
|
#include "mxmediapresenter.h"
|
||||||
|
|
||||||
class LegoPathPresenter : public MxMediaPresenter
|
class LegoPathPresenter : public MxMediaPresenter
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
LegoPathPresenter();
|
LegoPathPresenter();
|
||||||
|
|
||||||
// VTABLE 0x100d7c10
|
// VTABLE 0x100d7c10
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif // LEGOPATHPRESENTER_H
|
#endif // LEGOPATHPRESENTER_H
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
#ifndef LEGORACEACTOR_H
|
#ifndef LEGORACEACTOR_H
|
||||||
#define LEGORACEACTOR_H
|
#define LEGORACEACTOR_H
|
||||||
|
|
||||||
#include "legoanimactor.h"
|
#include "legoanimactor.h"
|
||||||
|
|
||||||
class LegoRaceActor : public LegoAnimActor
|
class LegoRaceActor : public LegoAnimActor
|
||||||
{
|
{
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif // LEGORACEACTOR_H
|
#endif // LEGORACEACTOR_H
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
#ifndef LEGOSOUNDMANAGER_H
|
#ifndef LEGOSOUNDMANAGER_H
|
||||||
#define LEGOSOUNDMANAGER_H
|
#define LEGOSOUNDMANAGER_H
|
||||||
|
|
||||||
#include "mxsoundmanager.h"
|
#include "mxsoundmanager.h"
|
||||||
|
|
||||||
class LegoSoundManager : public MxSoundManager
|
class LegoSoundManager : public MxSoundManager
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
LegoSoundManager();
|
LegoSoundManager();
|
||||||
virtual ~LegoSoundManager();
|
virtual ~LegoSoundManager();
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // LEGOSOUNDMANAGER_H
|
#endif // LEGOSOUNDMANAGER_H
|
||||||
|
|||||||
@ -1,15 +1,15 @@
|
|||||||
#ifndef LEGOTEXTUREPRESENTER_H
|
#ifndef LEGOTEXTUREPRESENTER_H
|
||||||
#define LEGOTEXTUREPRESENTER_H
|
#define LEGOTEXTUREPRESENTER_H
|
||||||
|
|
||||||
#include "mxmediapresenter.h"
|
#include "mxmediapresenter.h"
|
||||||
|
|
||||||
class LegoTexturePresenter : public MxMediaPresenter
|
class LegoTexturePresenter : public MxMediaPresenter
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
virtual void DoneTickle(); // vtable+0x2c, override MxPresenter
|
virtual void DoneTickle(); // vtable+0x2c, override MxPresenter
|
||||||
|
|
||||||
// VTABLE 0x
|
// VTABLE 0x
|
||||||
// SIZE 0x54
|
// SIZE 0x54
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // LEGOTEXTUREPRESENTER_H
|
#endif // LEGOTEXTUREPRESENTER_H
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
#ifndef LEGOWAVEPRESENTER_H
|
#ifndef LEGOWAVEPRESENTER_H
|
||||||
#define LEGOWAVEPRESENTER_H
|
#define LEGOWAVEPRESENTER_H
|
||||||
|
|
||||||
#include "mxsoundpresenter.h"
|
#include "mxsoundpresenter.h"
|
||||||
|
|
||||||
class LegoWavePresenter : public MxSoundPresenter
|
class LegoWavePresenter : public MxSoundPresenter
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
void Init();
|
void Init();
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // LEGOWAVEPRESENTER_H
|
#endif // LEGOWAVEPRESENTER_H
|
||||||
|
|||||||
@ -1,18 +1,18 @@
|
|||||||
#ifndef MOTORCYCLE_H
|
#ifndef MOTORCYCLE_H
|
||||||
#define MOTORCYCLE_H
|
#define MOTORCYCLE_H
|
||||||
|
|
||||||
#include "islepathactor.h"
|
#include "islepathactor.h"
|
||||||
|
|
||||||
class Motorcycle : public IslePathActor
|
class Motorcycle : public IslePathActor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
Motorcycle();
|
Motorcycle();
|
||||||
|
|
||||||
virtual void VTable0xcc(); // vtable+0xcc
|
virtual void VTable0xcc(); // vtable+0xcc
|
||||||
virtual void VTable0xe4(); // vtable+0xe4
|
virtual void VTable0xe4(); // vtable+0xe4
|
||||||
|
|
||||||
// VTABLE 0x100d7090
|
// VTABLE 0x100d7090
|
||||||
// SIZE 0x16c
|
// SIZE 0x16c
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // MOTORCYCLE_H
|
#endif // MOTORCYCLE_H
|
||||||
|
|||||||
@ -1,14 +1,14 @@
|
|||||||
#ifndef MXCOMPOSITEMEDIAPRESENTER_H
|
#ifndef MXCOMPOSITEMEDIAPRESENTER_H
|
||||||
#define MXCOMPOSITEMEDIAPRESENTER_H
|
#define MXCOMPOSITEMEDIAPRESENTER_H
|
||||||
|
|
||||||
#include "mxcompositepresenter.h"
|
#include "mxcompositepresenter.h"
|
||||||
|
|
||||||
class MxCompositeMediaPresenter : public MxCompositePresenter
|
class MxCompositeMediaPresenter : public MxCompositePresenter
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
MxCompositeMediaPresenter();
|
MxCompositeMediaPresenter();
|
||||||
|
|
||||||
// SIZE 0x50
|
// SIZE 0x50
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // MXCOMPOSITEMEDIAPRESENTER_H
|
#endif // MXCOMPOSITEMEDIAPRESENTER_H
|
||||||
|
|||||||
@ -1,16 +1,16 @@
|
|||||||
#ifndef MXCONTROLPRESENTER_H
|
#ifndef MXCONTROLPRESENTER_H
|
||||||
#define MXCONTROLPRESENTER_H
|
#define MXCONTROLPRESENTER_H
|
||||||
|
|
||||||
#include "mxcompositepresenter.h"
|
#include "mxcompositepresenter.h"
|
||||||
|
|
||||||
class MxControlPresenter : public MxCompositePresenter
|
class MxControlPresenter : public MxCompositePresenter
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
MxControlPresenter();
|
MxControlPresenter();
|
||||||
|
|
||||||
// VTABLE 0x100d7b88
|
// VTABLE 0x100d7b88
|
||||||
// SIZE 0x5c
|
// SIZE 0x5c
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif // MXCONTROLPRESENTER_H
|
#endif // MXCONTROLPRESENTER_H
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
#ifndef MXDISKSTREAMPROVIDER_H
|
#ifndef MXDISKSTREAMPROVIDER_H
|
||||||
#define MXDISKSTREAMPROVIDER_H
|
#define MXDISKSTREAMPROVIDER_H
|
||||||
|
|
||||||
#include "mxstreamprovider.h"
|
#include "mxstreamprovider.h"
|
||||||
|
|
||||||
class MxDiskStreamProvider : public MxStreamProvider
|
class MxDiskStreamProvider : public MxStreamProvider
|
||||||
{
|
{
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // MXDISKSTREAMPROVIDER_H
|
#endif // MXDISKSTREAMPROVIDER_H
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
#ifndef MXDSANIM_H
|
#ifndef MXDSANIM_H
|
||||||
#define MXDSANIM_H
|
#define MXDSANIM_H
|
||||||
|
|
||||||
#include "mxdsmediaaction.h"
|
#include "mxdsmediaaction.h"
|
||||||
|
|
||||||
class MxDSAnim : public MxDSMediaAction
|
class MxDSAnim : public MxDSMediaAction
|
||||||
{
|
{
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // MXDSANIM_H
|
#endif // MXDSANIM_H
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
#ifndef MXDSEVENT_H
|
#ifndef MXDSEVENT_H
|
||||||
#define MXDSEVENT_H
|
#define MXDSEVENT_H
|
||||||
|
|
||||||
#include "mxdsmediaaction.h"
|
#include "mxdsmediaaction.h"
|
||||||
|
|
||||||
class MxDSEvent : public MxDSMediaAction
|
class MxDSEvent : public MxDSMediaAction
|
||||||
{
|
{
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // MXDSEVENT_H
|
#endif // MXDSEVENT_H
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user