summaryrefslogtreecommitdiff
path: root/plat.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat.h')
-rw-r--r--plat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plat.h b/plat.h
index ae9cff2..a49418d 100644
--- a/plat.h
+++ b/plat.h
@@ -18,4 +18,7 @@ void unlock_audio(void);
void stop_audio(void);
int audio_done(void);
+int dir_exist(const char* p);
+int make_dir(const char* p);
+
#endif