unified menu wip and some reorganization for it
[libpicofe.git] / gp2x / emu.h
... / ...
CommitLineData
1// (c) Copyright 2006-2007 notaz, All rights reserved.\r
2// Free for non-commercial use.\r
3\r
4// For commercial use, separate licencing terms must be obtained.\r
5\r
6\r
7extern char romFileName[];\r
8extern int engineState;\r
9\r
10\r
11void emu_Init(void);\r
12void emu_Deinit(void);\r
13void emu_Loop(void);\r
14void emu_ResetGame(void);\r
15\r
16void osd_text(int x, int y, const char *text);\r
17\r