From 9dad4016ef52ae71c0325ea9d078e499c484d51f Mon Sep 17 00:00:00 2001 From: quou Date: Thu, 13 Jun 2024 20:23:37 +1000 Subject: playlists and stuff --- plat.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plat.h') 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 -- cgit v1.2.3-54-g00ecf