summaryrefslogtreecommitdiff
path: root/src/KingSystem/Terrain/teraSystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/KingSystem/Terrain/teraSystem.h')
-rw-r--r--src/KingSystem/Terrain/teraSystem.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/KingSystem/Terrain/teraSystem.h b/src/KingSystem/Terrain/teraSystem.h
index a3aab5d2..e940fe00 100644
--- a/src/KingSystem/Terrain/teraSystem.h
+++ b/src/KingSystem/Terrain/teraSystem.h
@@ -1,5 +1,9 @@
#pragma once
+namespace sead {
+class Heap;
+}
+
namespace ksys::tera {
// TODO:
@@ -23,6 +27,9 @@ class Scene {
void exportFileBinary();
};
class System {
+public:
+ static System* instance();
+ void allocateApertureMapsCollectorImage(sead::Heap* heap);
void loadScene();
};
class Water {