gl: clear w, h on reinit
[libpicofe.git] / plat.h
diff --git a/plat.h b/plat.h
index ad26595..03949d6 100644 (file)
--- a/plat.h
+++ b/plat.h
@@ -104,6 +104,12 @@ void plat_video_wait_vsync(void);
 /* return the dir/ where configs, saves, bios, etc. are found */
 int  plat_get_root_dir(char *dst, int len);
 
+/* return the dir/ where skin files are found */
+int  plat_get_skin_dir(char *dst, int len);
+
+/* return the top level dir for image files */
+int  plat_get_data_dir(char *dst, int len);
+
 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);