summaryrefslogtreecommitdiff
path: root/paths.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-11-25 13:57:38 -0800
committerMichael Pavone <pavone@retrodev.com>2017-11-25 13:57:38 -0800
commit2900092e4e06be77108ed6b8a66c7aa673d0b494 (patch)
tree0dea1d08e10839ff4403ca27123b51cda6878e64 /paths.h
parent01cfcb11d24235ba7b3a25c05ce1bdabe5b3015d (diff)
Fix directory navigation in ROM file chooser in Nuklear UI
--HG-- branch : nuklear_ui
Diffstat (limited to 'paths.h')
-rw-r--r--paths.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/paths.h b/paths.h
index 77e878d..da4b424 100644
--- a/paths.h
+++ b/paths.h
@@ -2,5 +2,6 @@
#define PATHS_H_
void get_initial_browse_path(char **dst);
+char *path_append(char *base, char *suffix);
#endif //PATHS_H_ \ No newline at end of file