From 2900092e4e06be77108ed6b8a66c7aa673d0b494 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sat, 25 Nov 2017 13:57:38 -0800 Subject: Fix directory navigation in ROM file chooser in Nuklear UI --HG-- branch : nuklear_ui --- paths.h | 1 + 1 file changed, 1 insertion(+) (limited to 'paths.h') 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 -- cgit v1.2.3