mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-10 08:03:13 +00:00
implement LegoWorldPresenter deconstructor (#425)
* Implement LegoWorldPresenter::~LegoWorldPresenter * Rename incorrect function name * fixes * Rename functions * fix format
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef LEGOPLANTMANAGER_H
|
||||
#define LEGOPLANTMANAGER_H
|
||||
|
||||
#include "decomp.h"
|
||||
#include "mxcore.h"
|
||||
|
||||
// VTABLE: LEGO1 0x100d6758
|
||||
@@ -19,6 +20,8 @@ public:
|
||||
return "LegoPlantManager";
|
||||
}
|
||||
|
||||
void FUN_10026360(undefined4 p_world);
|
||||
|
||||
private:
|
||||
void Init();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user