aboutsummaryrefslogtreecommitdiff
path: root/src/3ds/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3ds/system.h')
-rw-r--r--src/3ds/system.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/3ds/system.h b/src/3ds/system.h
new file mode 100644
index 0000000..c29d25f
--- /dev/null
+++ b/src/3ds/system.h
@@ -0,0 +1,12 @@
+#ifndef SYSTEM_H
+#define SYSTEM_H
+
+//int quitGame;
+
+int PHL_MainLoop();
+void PHL_ConsoleInit();
+void PHL_GameQuit();
+
+void PHL_ErrorScreen(char* message);
+
+#endif \ No newline at end of file