No clue, I guess forced update for line endings

This commit is contained in:
Cydra 2023-06-26 20:11:28 +02:00
parent c460f66cff
commit 38aceb25fd
65 changed files with 893 additions and 893 deletions

View File

@ -1,11 +1,11 @@
#ifndef MXDSMEDIAACTION_H #ifndef MXDSMEDIAACTION_H
#define MXDSMEDIAACTION_H #define MXDSMEDIAACTION_H
#include "mxdsaction.h" #include "mxdsaction.h"
class MxDSMediaAction : public MxDSAction class MxDSMediaAction : public MxDSAction
{ {
}; };
#endif // MXDSMEDIAACTION_H #endif // MXDSMEDIAACTION_H

View File

@ -1,11 +1,11 @@
#ifndef MXDSMULTIACTION_H #ifndef MXDSMULTIACTION_H
#define MXDSMULTIACTION_H #define MXDSMULTIACTION_H
#include "mxdsaction.h" #include "mxdsaction.h"
class MxDSMultiAction : public MxDSAction class MxDSMultiAction : public MxDSAction
{ {
}; };
#endif // MXDSMULTIACTION_H #endif // MXDSMULTIACTION_H

View File

@ -1,11 +1,11 @@
#ifndef MXDSOBJECTACTION_H #ifndef MXDSOBJECTACTION_H
#define MXDSOBJECTACTION_H #define MXDSOBJECTACTION_H
#include "mxdsmediaaction.h" #include "mxdsmediaaction.h"
class MxDSObjectAction : public MxDSMediaAction class MxDSObjectAction : public MxDSMediaAction
{ {
}; };
#endif // MXDSOBJECTACTION_H #endif // MXDSOBJECTACTION_H

View File

@ -1,11 +1,11 @@
#ifndef MXDSPARALLELACTION_H #ifndef MXDSPARALLELACTION_H
#define MXDSPARALLELACTION_H #define MXDSPARALLELACTION_H
#include "mxdsmultiaction.h" #include "mxdsmultiaction.h"
class MxDSParallelAction : public MxDSMultiAction class MxDSParallelAction : public MxDSMultiAction
{ {
}; };
#endif // MXDSPARALLELACTION_H #endif // MXDSPARALLELACTION_H

View File

@ -1,11 +1,11 @@
#ifndef MXDSSELECTACTION_H #ifndef MXDSSELECTACTION_H
#define MXDSSELECTACTION_H #define MXDSSELECTACTION_H
#include "mxdsparallelaction.h" #include "mxdsparallelaction.h"
class MxDSSelectAction : public MxDSParallelAction class MxDSSelectAction : public MxDSParallelAction
{ {
}; };
#endif // MXDSSELECTACTION_H #endif // MXDSSELECTACTION_H

View File

@ -1,11 +1,11 @@
#ifndef MXDSSERIALACTION_H #ifndef MXDSSERIALACTION_H
#define MXDSSERIALACTION_H #define MXDSSERIALACTION_H
#include "mxdsmultiaction.h" #include "mxdsmultiaction.h"
class MxDSSerialAction : public MxDSMultiAction class MxDSSerialAction : public MxDSMultiAction
{ {
}; };
#endif // MXDSSERIALACTION_H #endif // MXDSSERIALACTION_H

View File

@ -1,10 +1,10 @@
#ifndef MXDSSOUND_H #ifndef MXDSSOUND_H
#define MXDSSOUND_H #define MXDSSOUND_H
class MxDSSound : public MxDSMediaAction class MxDSSound : public MxDSMediaAction
{ {
}; };
#endif // MXDSSOUND_H #endif // MXDSSOUND_H

View File

@ -1,11 +1,11 @@
#ifndef MXDSSOURCE_H #ifndef MXDSSOURCE_H
#define MXDSSOURCE_H #define MXDSSOURCE_H
#include "mxcore.h" #include "mxcore.h"
class MxDSSource : public MxCore class MxDSSource : public MxCore
{ {
}; };
#endif // MXDSSOURCE_H #endif // MXDSSOURCE_H

View File

@ -1,11 +1,11 @@
#ifndef MXDSSTILL_H #ifndef MXDSSTILL_H
#define MXDSSTILL_H #define MXDSSTILL_H
#include "mxdsmediaaction.h" #include "mxdsmediaaction.h"
class MxDSStill : public MxDSMediaAction class MxDSStill : public MxDSMediaAction
{ {
}; };
#endif // MXDSSTILL_H #endif // MXDSSTILL_H

View File

@ -1,11 +1,11 @@
#ifndef MXDSSUBSCRIBER_H #ifndef MXDSSUBSCRIBER_H
#define MXDSSUBSCRIBER_H #define MXDSSUBSCRIBER_H
#include "mxcore.h" #include "mxcore.h"
class MxDSSubscriber : public MxCore class MxDSSubscriber : public MxCore
{ {
}; };
#endif // MXDSSUBSCRIBER_H #endif // MXDSSUBSCRIBER_H

View File

@ -1,28 +1,28 @@
#include "mxentity.h" #include "mxentity.h"
#include "mxatomid.h" #include "mxatomid.h"
// 0x100f0070 // 0x100f0070
static char* g_mxEntityClassName = "MxEntity"; static char* g_mxEntityClassName = "MxEntity";
// OFFSET: LEGO1 0x1000c180 // OFFSET: LEGO1 0x1000c180
const char *MxEntity::GetClassName() const const char *MxEntity::GetClassName() const
{ {
return g_mxEntityClassName; return g_mxEntityClassName;
} }
// OFFSET: LEGO1 0x1000c190 // OFFSET: LEGO1 0x1000c190
MxBool MxEntity::IsClass(const char *name) const MxBool MxEntity::IsClass(const char *name) const
{ {
// TODO // TODO
return MxBool(); return MxBool();
} }
// OFFSET: LEGO1 0x10001070 // OFFSET: LEGO1 0x10001070
undefined4 MxEntity::VTable0x14(undefined4 param_1, MxAtomId *param_2) undefined4 MxEntity::VTable0x14(undefined4 param_1, MxAtomId *param_2)
{ {
// TODO // TODO
return undefined4(); return undefined4();
} }

View File

@ -1,13 +1,13 @@
#include "mxeventpresenter.h" #include "mxeventpresenter.h"
// OFFSET: LEGO1 0x100c2b70 // OFFSET: LEGO1 0x100c2b70
MxEventPresenter::MxEventPresenter() MxEventPresenter::MxEventPresenter()
{ {
// TODO // TODO
} }
// OFFSET: LEGO1 0x100c2da0 // OFFSET: LEGO1 0x100c2da0
void MxEventPresenter::Init() void MxEventPresenter::Init()
{ {
// TODO // TODO
} }

View File

@ -1,17 +1,17 @@
#ifndef MXEVENTPRESENTER_H #ifndef MXEVENTPRESENTER_H
#define MXEVENTPRESENTER_H #define MXEVENTPRESENTER_H
#include "mxmediapresenter.h" #include "mxmediapresenter.h"
class MxEventPresenter : public MxMediaPresenter class MxEventPresenter : public MxMediaPresenter
{ {
public: public:
MxEventPresenter(); MxEventPresenter();
private: private:
void Init(); void Init();
// VTABLE 0x100dca88 // VTABLE 0x100dca88
}; };
#endif // MXEVENTPRESENTER_H #endif // MXEVENTPRESENTER_H

View File

@ -1,7 +1,7 @@
#include "mxflcpresenter.h" #include "mxflcpresenter.h"
// OFFSET: LEGO1 0x100b3310 // OFFSET: LEGO1 0x100b3310
MxFlcPresenter::MxFlcPresenter() MxFlcPresenter::MxFlcPresenter()
{ {
// TODO // TODO
} }

View File

@ -1,12 +1,12 @@
#ifndef MXFLCPRESENTER_H #ifndef MXFLCPRESENTER_H
#define MXFLCPRESENTER_H #define MXFLCPRESENTER_H
#include "mxvideopresenter.h" #include "mxvideopresenter.h"
class MxFlcPresenter : public MxVideoPresenter class MxFlcPresenter : public MxVideoPresenter
{ {
public: public:
MxFlcPresenter(); MxFlcPresenter();
}; };
#endif // MXFLCPRESENTER_H #endif // MXFLCPRESENTER_H

View File

@ -1,13 +1,13 @@
#include "mxloopingflxpresenter.h" #include "mxloopingflxpresenter.h"
// OFFSET: LEGO1 0x100b4310 // OFFSET: LEGO1 0x100b4310
MxLoopingFlcPresenter::MxLoopingFlcPresenter() MxLoopingFlcPresenter::MxLoopingFlcPresenter()
{ {
// TODO // TODO
} }
// OFFSET: LEGO1 0x100b4410 // OFFSET: LEGO1 0x100b4410
void MxLoopingFlcPresenter::Init() void MxLoopingFlcPresenter::Init()
{ {
// TODO // TODO
} }

View File

@ -1,15 +1,15 @@
#ifndef MXLOOPINGFLXPRESENTER_H #ifndef MXLOOPINGFLXPRESENTER_H
#define MXLOOPINGFLXPRESENTER_H #define MXLOOPINGFLXPRESENTER_H
#include "mxflcpresenter.h" #include "mxflcpresenter.h"
class MxLoopingFlcPresenter : public MxFlcPresenter class MxLoopingFlcPresenter : public MxFlcPresenter
{ {
public: public:
MxLoopingFlcPresenter(); MxLoopingFlcPresenter();
private: private:
void Init(); void Init();
}; };
#endif // MXLOOPINGFLXPRESENTER_H #endif // MXLOOPINGFLXPRESENTER_H

View File

@ -1,11 +1,11 @@
#ifndef MXLOOPINGMIDIPRESENTER_H #ifndef MXLOOPINGMIDIPRESENTER_H
#define MXLOOPINGMIDIPRESENTER_H #define MXLOOPINGMIDIPRESENTER_H
#include "mxmidipresenter.h" #include "mxmidipresenter.h"
class MxLoopingMIDIPresenter : public MxMIDIPresenter class MxLoopingMIDIPresenter : public MxMIDIPresenter
{ {
// SIZE 0x58 // SIZE 0x58
}; };
#endif // MXLOOPINGMIDIPRESENTER_H #endif // MXLOOPINGMIDIPRESENTER_H

View File

@ -1,66 +1,66 @@
#include "mxmediapresenter.h" #include "mxmediapresenter.h"
// 0x100f074c // 0x100f074c
static char* g_mxMediaPresenterClassName = "MxMediaPresenter"; static char* g_mxMediaPresenterClassName = "MxMediaPresenter";
// OFFSET: LEGO1 0x100d4ce0 // OFFSET: LEGO1 0x100d4ce0
long MxMediaPresenter::Tickle() long MxMediaPresenter::Tickle()
{ {
// TODO // TODO
return 0; return 0;
} }
// OFFSET: LEGO1 0x100d4ce4 // OFFSET: LEGO1 0x100d4ce4
const char *MxMediaPresenter::GetClassName() const const char *MxMediaPresenter::GetClassName() const
{ {
return g_mxMediaPresenterClassName; return g_mxMediaPresenterClassName;
} }
// OFFSET: LEGO1 0x1000c5d0 // OFFSET: LEGO1 0x1000c5d0
MxBool MxMediaPresenter::IsClass(const char *name) const MxBool MxMediaPresenter::IsClass(const char *name) const
{ {
// TODO // TODO
return MxBool(); return MxBool();
} }
// OFFSET: LEGO1 0x100b5d90 // OFFSET: LEGO1 0x100b5d90
void MxMediaPresenter::VTable0x20() void MxMediaPresenter::VTable0x20()
{ {
// TODO // TODO
} }
// OFFSET: LEGO1 0x100b5e10 // OFFSET: LEGO1 0x100b5e10
unsigned int MxMediaPresenter::VTable0x24() unsigned int MxMediaPresenter::VTable0x24()
{ {
// TODO // TODO
return 0; return 0;
} }
// OFFSET: LEGO1 0x100b5ef0 // OFFSET: LEGO1 0x100b5ef0
void MxMediaPresenter::DoneTickle() void MxMediaPresenter::DoneTickle()
{ {
// TODO // TODO
} }
// OFFSET: LEGO1 0x100b5700 // OFFSET: LEGO1 0x100b5700
long MxMediaPresenter::StartAction(MxStreamController *, MxDSAction *) long MxMediaPresenter::StartAction(MxStreamController *, MxDSAction *)
{ {
// TODO // TODO
return 0; return 0;
} }
// OFFSET: LEGO1 0x100b5bc0 // OFFSET: LEGO1 0x100b5bc0
void MxMediaPresenter::EndAction() void MxMediaPresenter::EndAction()
{ {
// TODO // TODO
} }
// OFFSET: LEGO1 0x100b6030 // OFFSET: LEGO1 0x100b6030
void MxMediaPresenter::Enable(unsigned char param) void MxMediaPresenter::Enable(unsigned char param)
{ {
// TODO // TODO
} }

View File

@ -1,23 +1,23 @@
#ifndef MXMEDIAPRESENTER_H #ifndef MXMEDIAPRESENTER_H
#define MXMEDIAPRESENTER_H #define MXMEDIAPRESENTER_H
#include "mxpresenter.h" #include "mxpresenter.h"
class MxMediaPresenter : public MxPresenter class MxMediaPresenter : public MxPresenter
{ {
public: public:
virtual long Tickle(); // vtable+0x8, override MxCore virtual long Tickle(); // vtable+0x8, override MxCore
virtual const char *GetClassName() const; // vtable+0xc, override MxCore virtual const char *GetClassName() const; // vtable+0xc, override MxCore
virtual MxBool IsClass(const char *name) const; // vtable+0x10, override MxCore virtual MxBool IsClass(const char *name) const; // vtable+0x10, override MxCore
virtual void VTable0x20(); // vtable+0x20, override MxPresenter virtual void VTable0x20(); // vtable+0x20, override MxPresenter
virtual unsigned int VTable0x24(); // vtable+0x24, override MxPresenter virtual unsigned int VTable0x24(); // vtable+0x24, override MxPresenter
virtual void DoneTickle(); // vtable+0x2c, override MxPresenter virtual void DoneTickle(); // vtable+0x2c, override MxPresenter
virtual long StartAction(MxStreamController*, MxDSAction*); // vtable+0x3c, override virtual long StartAction(MxStreamController*, MxDSAction*); // vtable+0x3c, override
virtual void EndAction(); // vtable+0x40, override MxPresenter virtual void EndAction(); // vtable+0x40, override MxPresenter
virtual void Enable(unsigned char param); // vtable+0x54, override MxPresenter virtual void Enable(unsigned char param); // vtable+0x54, override MxPresenter
// VTABLE 0x100d4cd8 // VTABLE 0x100d4cd8
}; };
#endif // MXMEDIAPRESENTER_H #endif // MXMEDIAPRESENTER_H

View File

@ -1,10 +1,10 @@
#ifndef MXMIDIPRESENTER_H #ifndef MXMIDIPRESENTER_H
#define MXMIDIPRESENTER_H #define MXMIDIPRESENTER_H
#include "mxmusicpresenter.h" #include "mxmusicpresenter.h"
class MxMIDIPresenter : public MxMusicPresenter class MxMIDIPresenter : public MxMusicPresenter
{ {
}; };
#endif // MXMIDIPRESENTER_H #endif // MXMIDIPRESENTER_H

View File

@ -1,7 +1,7 @@
#include "mxmusicpresenter.h" #include "mxmusicpresenter.h"
// OFFSET: LEGO1 0x100c22c0 // OFFSET: LEGO1 0x100c22c0
MxMusicPresenter::MxMusicPresenter() MxMusicPresenter::MxMusicPresenter()
{ {
// TODO // TODO
} }

View File

@ -1,12 +1,12 @@
#ifndef MXMUSICPRESENTER_H #ifndef MXMUSICPRESENTER_H
#define MXMUSICPRESENTER_H #define MXMUSICPRESENTER_H
#include "mxaudiopresenter.h" #include "mxaudiopresenter.h"
class MxMusicPresenter : public MxAudioPresenter class MxMusicPresenter : public MxAudioPresenter
{ {
public: public:
MxMusicPresenter(); MxMusicPresenter();
}; };
#endif // MXMUSICPRESENTER_H #endif // MXMUSICPRESENTER_H

View File

@ -1,11 +1,11 @@
#ifndef MXNEXTACTIONDATASTART_H #ifndef MXNEXTACTIONDATASTART_H
#define MXNEXTACTIONDATASTART_H #define MXNEXTACTIONDATASTART_H
#include "mxcore.h" #include "mxcore.h"
class MxNextActionDataStart : public MxCore class MxNextActionDataStart : public MxCore
{ {
}; };
#endif // MXNEXTACTIONDATASTART_H #endif // MXNEXTACTIONDATASTART_H

View File

@ -1,12 +1,12 @@
#ifndef MXRAMSTREAMCONTROLLER_H #ifndef MXRAMSTREAMCONTROLLER_H
#define MXRAMSTREAMCONTROLLER_H #define MXRAMSTREAMCONTROLLER_H
#include "mxstreamcontroller.h" #include "mxstreamcontroller.h"
class MxRAMStreamController : public MxStreamController class MxRAMStreamController : public MxStreamController
{ {
}; };
#endif // MXRAMSTREAMCONTROLLER_H #endif // MXRAMSTREAMCONTROLLER_H

View File

@ -1,11 +1,11 @@
#ifndef MXRAMSTREAMPROVIDER_H #ifndef MXRAMSTREAMPROVIDER_H
#define MXRAMSTREAMPROVIDER_H #define MXRAMSTREAMPROVIDER_H
#include "mxstreamprovider.h" #include "mxstreamprovider.h"
class MxRAMStreamProvider : public MxStreamProvider class MxRAMStreamProvider : public MxStreamProvider
{ {
}; };
#endif // MXRAMSTREAMPROVIDER_H #endif // MXRAMSTREAMPROVIDER_H

View File

@ -1,13 +1,13 @@
#include "mxsmkpresenter.h" #include "mxsmkpresenter.h"
// OFFSET: LEGO1 0x100b3650 // OFFSET: LEGO1 0x100b3650
MxSmkPresenter::MxSmkPresenter() MxSmkPresenter::MxSmkPresenter()
{ {
// TODO // TODO
} }
// OFFSET: LEGO1 0x100b38d0 // OFFSET: LEGO1 0x100b38d0
void MxSmkPresenter::Init() void MxSmkPresenter::Init()
{ {
// TODO // TODO
} }

View File

@ -1,11 +1,11 @@
#ifndef MXSOUNDPRESENTER_H #ifndef MXSOUNDPRESENTER_H
#define MXSOUNDPRESENTER_H #define MXSOUNDPRESENTER_H
#include "mxaudiopresenter.h" #include "mxaudiopresenter.h"
class MxSoundPresenter : public MxAudioPresenter class MxSoundPresenter : public MxAudioPresenter
{ {
}; };
#endif // MXSOUNDPRESENTER_H #endif // MXSOUNDPRESENTER_H

View File

@ -1,7 +1,7 @@
#include "mxstillpresenter.h" #include "mxstillpresenter.h"
// OFFSET: LEGO1 0x10043430 // OFFSET: LEGO1 0x10043430
MxStillPresenter::MxStillPresenter() MxStillPresenter::MxStillPresenter()
{ {
// TODO // TODO
} }

View File

@ -1,15 +1,15 @@
#ifndef MXSTILLPRESENTER_H #ifndef MXSTILLPRESENTER_H
#define MXSTILLPRESENTER_H #define MXSTILLPRESENTER_H
#include "mxvideopresenter.h" #include "mxvideopresenter.h"
class MxStillPresenter : public MxVideoPresenter class MxStillPresenter : public MxVideoPresenter
{ {
public: public:
MxStillPresenter(); MxStillPresenter();
// VTABLE 0x100d7a38 // VTABLE 0x100d7a38
// SIZE 0x6c // SIZE 0x6c
}; };
#endif // MXSTILLPRESENTER_H #endif // MXSTILLPRESENTER_H

View File

@ -1,11 +1,11 @@
#ifndef MXSTREAMCHUNK_H #ifndef MXSTREAMCHUNK_H
#define MXSTREAMCHUNK_H #define MXSTREAMCHUNK_H
#include "mxdschunk.h" #include "mxdschunk.h"
class MxStreamChunk : public MxDSChunk class MxStreamChunk : public MxDSChunk
{ {
}; };
#endif // MXSTREAMCHUNK_H #endif // MXSTREAMCHUNK_H

View File

@ -1,11 +1,11 @@
#ifndef MXSTREAMPROVIDER_H #ifndef MXSTREAMPROVIDER_H
#define MXSTREAMPROVIDER_H #define MXSTREAMPROVIDER_H
#include "mxcore.h" #include "mxcore.h"
class MxStreamProvider : public MxCore class MxStreamProvider : public MxCore
{ {
}; };
#endif // MXSTREAMPROVIDER_H #endif // MXSTREAMPROVIDER_H

View File

@ -1,25 +1,25 @@
#include "mxwavepresenter.h" #include "mxwavepresenter.h"
// OFFSET: LEGO1 0x100b1ad0 // OFFSET: LEGO1 0x100b1ad0
void MxWavePresenter::Init() void MxWavePresenter::Init()
{ {
// TODO // TODO
} }
// OFFSET: LEGO1 0x100b2300 // OFFSET: LEGO1 0x100b2300
void MxWavePresenter::VTable0x60(int param_1) void MxWavePresenter::VTable0x60(int param_1)
{ {
// TODO // TODO
} }
// OFFSET: LEGO1 0x100b2440 // OFFSET: LEGO1 0x100b2440
void MxWavePresenter::VTable0x64(int param_1) void MxWavePresenter::VTable0x64(int param_1)
{ {
// TODO // TODO
} }
// OFFSET: LEGO1 0x100b2470 // OFFSET: LEGO1 0x100b2470
void MxWavePresenter::VTable0x68(int param_1) void MxWavePresenter::VTable0x68(int param_1)
{ {
// TODO // TODO
} }

View File

@ -1,20 +1,20 @@
#ifndef MXWAVEPRESENTER_H #ifndef MXWAVEPRESENTER_H
#define MXWAVEPRESENTER_H #define MXWAVEPRESENTER_H
#include "mxsoundpresenter.h" #include "mxsoundpresenter.h"
class MxWavePresenter : public MxSoundPresenter class MxWavePresenter : public MxSoundPresenter
{ {
private: private:
void Init(); void Init();
public: public:
virtual void VTable0x60(int param_1); // vtable+0x60 virtual void VTable0x60(int param_1); // vtable+0x60
virtual void VTable0x64(int param_1); // vtable+0x64 virtual void VTable0x64(int param_1); // vtable+0x64
virtual void VTable0x68(int param_1); // vtable+0x68 virtual void VTable0x68(int param_1); // vtable+0x68
// VTABLE 0x100d49a8 // VTABLE 0x100d49a8
// SIZE 0x6c // SIZE 0x6c
}; };
#endif // MXWAVEPRESENTER_H #endif // MXWAVEPRESENTER_H

View File

@ -1,13 +1,13 @@
#include "pizza.h" #include "pizza.h"
// OFFSET: LEGO1 0x10037ef0 // OFFSET: LEGO1 0x10037ef0
Pizza::Pizza() Pizza::Pizza()
{ {
// TODO // TODO
} }
// OFFSET: LEGO1 0x10038100 // OFFSET: LEGO1 0x10038100
Pizza::~Pizza() Pizza::~Pizza()
{ {
// TODO // TODO
} }

View File

@ -1,16 +1,16 @@
#ifndef PIZZA_H #ifndef PIZZA_H
#define PIZZA_H #define PIZZA_H
#include "isleactor.h" #include "isleactor.h"
class Pizza : public IsleActor class Pizza : public IsleActor
{ {
public: public:
Pizza(); Pizza();
~Pizza(); ~Pizza();
// VTABLE 100d7380 // VTABLE 100d7380
// SIZE 0x9c // SIZE 0x9c
}; };
#endif // PIZZA_H #endif // PIZZA_H

View File

@ -1,11 +1,11 @@
#ifndef PIZZAMISSIONSTATE_H #ifndef PIZZAMISSIONSTATE_H
#define PIZZAMISSIONSTATE_H #define PIZZAMISSIONSTATE_H
#include "legostate.h" #include "legostate.h"
class PizzaMissionState : public LegoState class PizzaMissionState : public LegoState
{ {
}; };
#endif // PIZZAMISSIONSTATE_H #endif // PIZZAMISSIONSTATE_H

View File

@ -1,15 +1,15 @@
#include "pizzeria.h" #include "pizzeria.h"
// OFFSET: LEGO1 0x100334b0 // OFFSET: LEGO1 0x100334b0
Pizzeria::Pizzeria() Pizzeria::Pizzeria()
{ {
// TODO // TODO
} }
// OFFSET: LEGO1 0x10017a50 // OFFSET: LEGO1 0x10017a50
undefined4 Pizzeria::VTable0x68() undefined4 Pizzeria::VTable0x68()
{ {
// TODO // TODO
return undefined4(); return undefined4();
} }

View File

@ -1,21 +1,21 @@
#ifndef PIZZERIASTATE_H #ifndef PIZZERIASTATE_H
#define PIZZERIASTATE_H #define PIZZERIASTATE_H
#include "isleactor.h" #include "isleactor.h"
#ifndef undefined4 #ifndef undefined4
#define undefined4 int #define undefined4 int
#endif #endif
class Pizzeria : public IsleActor class Pizzeria : public IsleActor
{ {
public: public:
Pizzeria(); Pizzeria();
virtual undefined4 VTable0x68(); // vtable+0x68 virtual undefined4 VTable0x68(); // vtable+0x68
// VTABLE 0x100d5520 // VTABLE 0x100d5520
// SIZE 0x84 // SIZE 0x84
}; };
#endif // PIZZERIASTATE_H #endif // PIZZERIASTATE_H

View File

@ -1,7 +1,7 @@
#include "pizzeriastate.h" #include "pizzeriastate.h"
// OFFSET: LEGO1 0x10015aa0 // OFFSET: LEGO1 0x10015aa0
PizzeriaState::PizzeriaState() PizzeriaState::PizzeriaState()
{ {
// TODO // TODO
} }

View File

@ -1,14 +1,14 @@
#ifndef PIZZERIASTATE_H #ifndef PIZZERIASTATE_H
#define PIZZERIASTATE_H #define PIZZERIASTATE_H
#include "legostate.h" #include "legostate.h"
class PizzeriaState : public LegoState class PizzeriaState : public LegoState
{ {
public: public:
PizzeriaState(); PizzeriaState();
// SIZE 0xb4 // SIZE 0xb4
}; };
#endif // PIZZERIASTATE_H #endif // PIZZERIASTATE_H

View File

@ -1,9 +1,9 @@
#include "policeentity.h" #include "policeentity.h"
// OFFSET: LEGO1 0x10015310 // OFFSET: LEGO1 0x10015310
undefined4 PoliceEntity::VTable0x50() undefined4 PoliceEntity::VTable0x50()
{ {
// TODO // TODO
return undefined4(); return undefined4();
} }

View File

@ -1,18 +1,18 @@
#ifndef POLICEENTITY_H #ifndef POLICEENTITY_H
#define POLICEENTITY_H #define POLICEENTITY_H
#include "buildingentity.h" #include "buildingentity.h"
#ifndef undefined4 #ifndef undefined4
#define undefined4 int #define undefined4 int
#endif #endif
class PoliceEntity : public BuildingEntity class PoliceEntity : public BuildingEntity
{ {
virtual undefined4 VTable0x50(); // vtable+0x50 virtual undefined4 VTable0x50(); // vtable+0x50
// VTABLE 0x100d4ab0 // VTABLE 0x100d4ab0
// SIZE 0x68 // SIZE 0x68
}; };
#endif // POLICEENTITY_H #endif // POLICEENTITY_H

View File

@ -1,7 +1,7 @@
#include "policestate.h" #include "policestate.h"
// OFFSET: LEGO1 0x1005e7c0 // OFFSET: LEGO1 0x1005e7c0
PoliceState::PoliceState() PoliceState::PoliceState()
{ {
// TODO // TODO
} }

View File

@ -1,15 +1,15 @@
#ifndef POLICESTATE_H #ifndef POLICESTATE_H
#define POLICESTATE_H #define POLICESTATE_H
#include "legostate.h" #include "legostate.h"
class PoliceState : public LegoState class PoliceState : public LegoState
{ {
public: public:
PoliceState(); PoliceState();
// VTABLE 0x100d8af0 // VTABLE 0x100d8af0
// SIZE 0x10 // SIZE 0x10
}; };
#endif // POLICESTATE_H #endif // POLICESTATE_H

View File

@ -1,13 +1,13 @@
#include "racecar.h" #include "racecar.h"
// OFFSET: LEGO1 0x10028200 // OFFSET: LEGO1 0x10028200
RaceCar::RaceCar() RaceCar::RaceCar()
{ {
// TODO // TODO
} }
// OFFSET: LEGO1 0x10028420 // OFFSET: LEGO1 0x10028420
RaceCar::~RaceCar() RaceCar::~RaceCar()
{ {
// TODO // TODO
} }

View File

@ -1,16 +1,16 @@
#ifndef RACECAR_H #ifndef RACECAR_H
#define RACECAR_H #define RACECAR_H
#include "islepathactor.h" #include "islepathactor.h"
class RaceCar : public IslePathActor class RaceCar : public IslePathActor
{ {
public: public:
RaceCar(); RaceCar();
virtual ~RaceCar(); // vtable+0x0 virtual ~RaceCar(); // vtable+0x0
// VTABLE 0x100d6918 // VTABLE 0x100d6918
// SIZE 0x164 // SIZE 0x164
}; };
#endif // RACECAR_H #endif // RACECAR_H

View File

@ -1,9 +1,9 @@
#include "racestandsentity.h" #include "racestandsentity.h"
// OFFSET: LEGO1 0x10015450 // OFFSET: LEGO1 0x10015450
undefined4 RaceStandsEntity::VTable0x50() undefined4 RaceStandsEntity::VTable0x50()
{ {
// TODO // TODO
return undefined4(); return undefined4();
} }

View File

@ -1,19 +1,19 @@
#ifndef RACESTANDSENTITY_H #ifndef RACESTANDSENTITY_H
#define RACESTANDSENTITY_H #define RACESTANDSENTITY_H
#include "buildingentity.h" #include "buildingentity.h"
#ifndef undefined4 #ifndef undefined4
#define undefined4 int #define undefined4 int
#endif #endif
class RaceStandsEntity : public BuildingEntity class RaceStandsEntity : public BuildingEntity
{ {
// NOTE(Cydra): Starts transition // NOTE(Cydra): Starts transition
undefined4 VTable0x50(); // vtable+0x50 undefined4 VTable0x50(); // vtable+0x50
// VTABLE 0x100d48a8 // VTABLE 0x100d48a8
// SIZE 0x68 // SIZE 0x68
}; };
#endif // RACESTANDSENTITY_H #endif // RACESTANDSENTITY_H

View File

@ -1,11 +1,11 @@
#ifndef RACESTANDS2ENTITY_H #ifndef RACESTANDS2ENTITY_H
#define RACESTANDS2ENTITY_H #define RACESTANDS2ENTITY_H
#include "buildingentity.h" #include "buildingentity.h"
class RaceStandsEntity2 : public BuildingEntity class RaceStandsEntity2 : public BuildingEntity
{ {
// SIZE 0x68 // SIZE 0x68
}; };
#endif // RACESTANDS2ENTITY_H #endif // RACESTANDS2ENTITY_H

View File

@ -1,7 +1,7 @@
#include "racestate.h" #include "racestate.h"
// OFFSET: LEGO1 0x10015f30 // OFFSET: LEGO1 0x10015f30
RaceState::RaceState() RaceState::RaceState()
{ {
// TODO // TODO
} }

View File

@ -1,12 +1,12 @@
#ifndef RACESTATE_H #ifndef RACESTATE_H
#define RACESTATE_H #define RACESTATE_H
#include "legostate.h" #include "legostate.h"
class RaceState : public LegoState class RaceState : public LegoState
{ {
public: public:
RaceState(); RaceState();
}; };
#endif // RACESTATE_H #endif // RACESTATE_H

View File

@ -1,7 +1,7 @@
#include "radio.h" #include "radio.h"
// OFFSET: LEGO1 0x1002c990 // OFFSET: LEGO1 0x1002c990
Radio::~Radio() Radio::~Radio()
{ {
// TODO // TODO
} }

View File

@ -1,14 +1,14 @@
#ifndef RADIO_H #ifndef RADIO_H
#define RADIO_H #define RADIO_H
#include "mxcore.h" #include "mxcore.h"
class Radio : public MxCore class Radio : public MxCore
{ {
public: public:
virtual ~Radio(); virtual ~Radio();
// VTABLE 0x100d6d10 // VTABLE 0x100d6d10
}; };
#endif // RADIO_H #endif // RADIO_H

View File

@ -1,7 +1,7 @@
#include "radiostate.h" #include "radiostate.h"
// OFFSET: LEGO1 0x1002ce10 // OFFSET: LEGO1 0x1002ce10
RadioState::RadioState() RadioState::RadioState()
{ {
// TODO // TODO
} }

View File

@ -1,15 +1,15 @@
#ifndef RADIOSTATE_H #ifndef RADIOSTATE_H
#define RADIOSTATE_H #define RADIOSTATE_H
#include "legostate.h" #include "legostate.h"
class RadioState : public LegoState class RadioState : public LegoState
{ {
public: public:
RadioState(); RadioState();
// VTABLE 0x100d6d28 // VTABLE 0x100d6d28
// SIZE 0x30 // SIZE 0x30
}; };
#endif // RADIOSTATE_H #endif // RADIOSTATE_H

View File

@ -1,27 +1,27 @@
#include "registrationbook.h" #include "registrationbook.h"
// OFFSET: LEGO1 0x10076d20 // OFFSET: LEGO1 0x10076d20
RegistrationBook::RegistrationBook() RegistrationBook::RegistrationBook()
{ {
// TODO // TODO
} }
// OFFSET: LEGO1 0x10076f50 // OFFSET: LEGO1 0x10076f50
RegistrationBook::~RegistrationBook() RegistrationBook::~RegistrationBook()
{ {
// TODO // TODO
} }
// OFFSET: LEGO1 0x100770e0 // OFFSET: LEGO1 0x100770e0
long RegistrationBook::Notify(MxParam &p) long RegistrationBook::Notify(MxParam &p)
{ {
// TODO // TODO
return 0; return 0;
} }
// OFFSET: LEGO1 0x10078180 // OFFSET: LEGO1 0x10078180
void RegistrationBook::VTable0x68(char param_1) void RegistrationBook::VTable0x68(char param_1)
{ {
// TODO // TODO
} }

View File

@ -1,18 +1,18 @@
#ifndef REGISTRATIONBOOK_H #ifndef REGISTRATIONBOOK_H
#define REGISTRATIONBOOK_H #define REGISTRATIONBOOK_H
#include "legoworld.h" #include "legoworld.h"
class RegistrationBook : public LegoWorld class RegistrationBook : public LegoWorld
{ {
public: public:
RegistrationBook(); RegistrationBook();
virtual ~RegistrationBook(); // vtable+0x0 virtual ~RegistrationBook(); // vtable+0x0
virtual long Notify(MxParam &p); // vtable+0x4 virtual long Notify(MxParam &p); // vtable+0x4
virtual void VTable0x68(char param_1); // vtable+0x68 virtual void VTable0x68(char param_1); // vtable+0x68
// VTABLE 0x100d9928 // VTABLE 0x100d9928
}; };
#endif // REGISTRATIONBOOK_H #endif // REGISTRATIONBOOK_H

View File

@ -1,11 +1,11 @@
#ifndef SCORESTATE_H #ifndef SCORESTATE_H
#define SCORESTATE_H #define SCORESTATE_H
#include "legostate.h" #include "legostate.h"
class ScoreState : public LegoState class ScoreState : public LegoState
{ {
// SIZE 0xc // SIZE 0xc
}; };
#endif // SCORESTATE_H #endif // SCORESTATE_H

View File

@ -1,15 +1,15 @@
#include "skateboard.h" #include "skateboard.h"
// OFFSET: LEGO1 0x1000fd40 // OFFSET: LEGO1 0x1000fd40
SkateBoard::SkateBoard() SkateBoard::SkateBoard()
{ {
// TODO // TODO
} }
// OFFSET: LEGO1 0x100100e0 // OFFSET: LEGO1 0x100100e0
undefined4 SkateBoard::VTable0xcc() undefined4 SkateBoard::VTable0xcc()
{ {
// TODO // TODO
return undefined4(); return undefined4();
} }

View File

@ -1,20 +1,20 @@
#ifndef SKATEBOARD_H #ifndef SKATEBOARD_H
#define SKATEBOARD_H #define SKATEBOARD_H
#include "islepathactor.h" #include "islepathactor.h"
#ifndef undefined4 #ifndef undefined4
#define undefined4 int #define undefined4 int
#endif #endif
class SkateBoard : public IslePathActor class SkateBoard : public IslePathActor
{ {
public: public:
SkateBoard(); SkateBoard();
virtual undefined4 VTable0xcc(); // vtable+0xcc virtual undefined4 VTable0xcc(); // vtable+0xcc
// VTABLE 0x100d55f0 // VTABLE 0x100d55f0
}; };
#endif // SKATEBOARD_H #endif // SKATEBOARD_H

View File

@ -1,13 +1,13 @@
#include "towtrack.h" #include "towtrack.h"
// OFFSET: LEGO1 0x1004c720 // OFFSET: LEGO1 0x1004c720
TowTrack::TowTrack() TowTrack::TowTrack()
{ {
// TODO // TODO
} }
// OFFSET: LEGO1 0x1004d8f0 // OFFSET: LEGO1 0x1004d8f0
void TowTrack::VTable0xe4() void TowTrack::VTable0xe4()
{ {
// TODO // TODO
} }

View File

@ -1,18 +1,18 @@
#ifndef TOWTRACK_H #ifndef TOWTRACK_H
#define TOWTRACK_H #define TOWTRACK_H
#include "islepathactor.h" #include "islepathactor.h"
class TowTrack : public IslePathActor class TowTrack : public IslePathActor
{ {
public: public:
TowTrack(); TowTrack();
virtual void VTable0xe4(); // vtable+0xe4 virtual void VTable0xe4(); // vtable+0xe4
// VTABLE 0x100d7ee0 // VTABLE 0x100d7ee0
// SIZE 0x180 // SIZE 0x180
}; };
#endif // TOWTRACK_H #endif // TOWTRACK_H

View File

@ -1,7 +1,7 @@
#include "towtrackmissionstate.h" #include "towtrackmissionstate.h"
// OFFSET: LEGO1 0x1004dd30 // OFFSET: LEGO1 0x1004dd30
TowTrackMissionState::TowTrackMissionState() TowTrackMissionState::TowTrackMissionState()
{ {
// TODO // TODO
} }

View File

@ -1,15 +1,15 @@
#ifndef TOWTRACKMISSIONSTATE_H #ifndef TOWTRACKMISSIONSTATE_H
#define TOWTRACKMISSIONSTATE_H #define TOWTRACKMISSIONSTATE_H
#include "legostate.h" #include "legostate.h"
class TowTrackMissionState : LegoState class TowTrackMissionState : LegoState
{ {
public: public:
TowTrackMissionState(); TowTrackMissionState();
// VTABLE 0x100d7fd8 // VTABLE 0x100d7fd8
// SIZE 0x28 // SIZE 0x28
}; };
#endif // TOWTRACKMISSIONSTATE_H #endif // TOWTRACKMISSIONSTATE_H