aboutsummaryrefslogtreecommitdiff
path: root/src/psp/system.h
blob: d7adc9b5f96f062a69f55c88281d0f8e4c4299d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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