summaryrefslogtreecommitdiff
path: root/src/engine/GameAPI.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/GameAPI.h')
-rw-r--r--src/engine/GameAPI.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/engine/GameAPI.h b/src/engine/GameAPI.h
new file mode 100644
index 000000000..2ac0c7511
--- /dev/null
+++ b/src/engine/GameAPI.h
@@ -0,0 +1,6 @@
+#ifndef GAME_API_H
+#define GAME_API_H
+
+uintptr_t* GetCourse(void);
+
+#endif // GAME_API_H \ No newline at end of file