From de29b11a88dbdd3af0824e59b51528b91ee73c54 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Thu, 30 Nov 2017 22:49:38 +0100 Subject: First commit. Version works on Linux (keyboard only, not configurable) --- src/sdl/system.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/sdl/system.h (limited to 'src/sdl/system.h') diff --git a/src/sdl/system.h b/src/sdl/system.h new file mode 100644 index 0000000..2657796 --- /dev/null +++ b/src/sdl/system.h @@ -0,0 +1,15 @@ +#ifndef SYSTEM_H +#define SYSTEM_H + +#include +#include "../PHL.h" + +extern char quitGame; + +int PHL_MainLoop(); +void PHL_ConsoleInit(); +void PHL_GameQuit(); + +void PHL_ErrorScreen(char* message); + +#endif \ No newline at end of file -- cgit v1.2.3