mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-15 12:41:15 +00:00
Added classes to project and made it compile
This commit is contained in:
parent
f6716a5693
commit
621f81de68
@ -3,8 +3,8 @@
|
|||||||
#include "legoinc.h"
|
#include "legoinc.h"
|
||||||
#include "define.h"
|
#include "define.h"
|
||||||
|
|
||||||
#include "legoomni.h"
|
|
||||||
#include "isle.h"
|
#include "isle.h"
|
||||||
|
#include "legoomni.h"
|
||||||
|
|
||||||
// OFFSET: ISLE 0x401ca0
|
// OFFSET: ISLE 0x401ca0
|
||||||
BOOL FindExistingInstance(void)
|
BOOL FindExistingInstance(void)
|
||||||
|
|||||||
@ -9,6 +9,12 @@ LegoEntity::LegoEntity()
|
|||||||
// TODO
|
// TODO
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// OFFSET: LEGO1 0x1000c290
|
||||||
|
LegoEntity::~LegoEntity()
|
||||||
|
{
|
||||||
|
// TODO
|
||||||
|
}
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x1000c2f0
|
// OFFSET: LEGO1 0x1000c2f0
|
||||||
const char *LegoEntity::GetClassName() const
|
const char *LegoEntity::GetClassName() const
|
||||||
{
|
{
|
||||||
@ -37,6 +43,12 @@ void LegoEntity::VTable0x1c()
|
|||||||
// TODO
|
// TODO
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// OFFSET: LEGO1 0x10010e10
|
||||||
|
void LegoEntity::VTable0x20(char *param)
|
||||||
|
{
|
||||||
|
// TODO
|
||||||
|
}
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x100108a0
|
// OFFSET: LEGO1 0x100108a0
|
||||||
void LegoEntity::VTable0x24(undefined4 param_1, undefined1 param_2, undefined1 param_3)
|
void LegoEntity::VTable0x24(undefined4 param_1, undefined1 param_2, undefined1 param_3)
|
||||||
{
|
{
|
||||||
|
|||||||
13
LEGO1/legoworld.cpp
Normal file
13
LEGO1/legoworld.cpp
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
#include "legoworld.h"
|
||||||
|
|
||||||
|
// OFFSET: LEGO1 0x1001ca40
|
||||||
|
LegoWorld::LegoWorld()
|
||||||
|
{
|
||||||
|
// TODO
|
||||||
|
}
|
||||||
|
|
||||||
|
// OFFSET: LEGO1 0x1001dfa0
|
||||||
|
LegoWorld::~LegoWorld()
|
||||||
|
{
|
||||||
|
// TODO
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user