linux port fixed; some cleanups
[libpicofe.git] / common / plat.h
index 607b811..aa58422 100644 (file)
@@ -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);