aboutsummaryrefslogtreecommitdiff
path: root/src/sdl/system.h
blob: 26577965ebfdda854740e5a739f6d3d6be666614 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef SYSTEM_H
#define SYSTEM_H

#include <SDL/SDL.h>
#include "../PHL.h"

extern char quitGame;

int PHL_MainLoop();
void PHL_ConsoleInit();
void PHL_GameQuit();

void PHL_ErrorScreen(char* message);

#endif