summaryrefslogtreecommitdiff
path: root/src/Main/Player/LinkState.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main/Player/LinkState.cpp')
-rw-r--r--src/Main/Player/LinkState.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Main/Player/LinkState.cpp b/src/Main/Player/LinkState.cpp
new file mode 100644
index 00000000..316e3f50
--- /dev/null
+++ b/src/Main/Player/LinkState.cpp
@@ -0,0 +1,5 @@
+#include "Player/LinkStateBase.hpp"
+
+unk32 GetLinkState(s32 index) {
+ return (unk32)gLinkStates[index];
+}