aboutsummaryrefslogtreecommitdiff
path: root/src/3ds/system.h
blob: c29d25f27a73318a0865bb17ebb8cfb8c2921eb9 (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