X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Fplat.h;h=aa5842221b657c9e8a1fc179ffe0be3d1858dfd8;hb=046c454067c66b783417f4a61ab1445d06412d66;hp=607b8112900fb4abebf0027869158ce79d96638c;hpb=fa8d133192876a802fbac43c0a0bfe4f5f85b682;p=libpicofe.git diff --git a/common/plat.h b/common/plat.h index 607b811..aa58422 100644 --- a/common/plat.h +++ b/common/plat.h @@ -13,6 +13,9 @@ void emu_startSound(void); void emu_endSound(void); void emu_waitSound(void); void emu_ResetGame(void); // TODO mv rm? +void emu_Init(void); +void emu_Deinit(void); +void emu_Loop(void); void emu_noticeMsgUpdated(void); int emu_getMainDir(char *dst, int len);