summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/Player/LinkStateBase.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/Player/LinkStateBase.hpp b/include/Player/LinkStateBase.hpp
index f4591991..46038d2d 100644
--- a/include/Player/LinkStateBase.hpp
+++ b/include/Player/LinkStateBase.hpp
@@ -128,3 +128,7 @@ public:
DebugHierarchy *GetDebugHierarchy0();
DebugHierarchy *GetDebugHierarchy1();
};
+
+unk32 GetLinkState(s32 index);
+
+extern LinkStateBase **gLinkStates;