mirror of
https://github.com/zeldaret/ph
synced 2026-07-08 21:55:05 -04:00
Mangle MapBase
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include "lib/math.h"
|
||||
|
||||
#include "Map/Course.hpp"
|
||||
#include "Map/MapBase.hpp"
|
||||
#include "Physics/AABB.hpp"
|
||||
#include "System/SysNew.hpp"
|
||||
|
||||
@@ -25,14 +26,6 @@ struct MapManager_Unk2 {
|
||||
~MapManager_Unk2();
|
||||
};
|
||||
|
||||
class MapBase : public SysObject {
|
||||
public:
|
||||
/* 00 */ virtual ~MapBase();
|
||||
|
||||
MapBase();
|
||||
MapBase(u32 param1, u32 param2);
|
||||
};
|
||||
|
||||
class MapManager : public SysObject {
|
||||
public:
|
||||
/* 00 */ Course *mCourse;
|
||||
|
||||
Reference in New Issue
Block a user