X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Fplat.h;h=ca1b3f3ef960919d88efc27a321fbea0524ec363;hb=4ab30ad46130234838c82fe6d8ac4e55721dd46b;hp=27f331fec0a0b9a4093f5ec0f2aa96625e32642e;hpb=049a6b3e80151f6a5af726e25478ed15e111dfcc;p=libpicofe.git diff --git a/common/plat.h b/common/plat.h index 27f331f..ca1b3f3 100644 --- a/common/plat.h +++ b/common/plat.h @@ -24,8 +24,13 @@ void plat_video_menu_begin(void); void plat_video_menu_end(void); int plat_is_dir(const char *path); +int plat_wait_event(int *fds_hnds, int count, int timeout_ms); +void plat_sleep_ms(int ms); -const char *plat_get_credits(void); +/* ms counter, to be used for time diff */ +unsigned int plat_get_ticks_ms(void); + +const char *plat_get_credits(void); #ifdef __cplusplus } // extern "C"