X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Fplat.h;h=aa5842221b657c9e8a1fc179ffe0be3d1858dfd8;hb=bcd94522e8afb8d4b266f241adfd2e9aea111904;hp=607b8112900fb4abebf0027869158ce79d96638c;hpb=ee2a3bdfa5a969ea9446b2d08748f16e29bbd4d5;p=picodrive.git diff --git a/platform/common/plat.h b/platform/common/plat.h index 607b811..aa58422 100644 --- a/platform/common/plat.h +++ b/platform/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);