aboutsummaryrefslogtreecommitdiff
path: root/src/wii/system.h
blob: d88444f69ebd923c17a9e57c2d6c84f560e58eb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef SYSTEM_H
#define SYSTEM_H

int quitGame;

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

void PHL_ErrorScreen(char* message);

#endif