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