comparison paths.h @ 1481:77a401044935 nuklear_ui

Fix directory navigation in ROM file chooser in Nuklear UI
author Michael Pavone <pavone@retrodev.com>
date Sat, 25 Nov 2017 13:57:38 -0800
parents 152a60c6787e
children 637fbc3b5063
comparison
equal deleted inserted replaced
1480:8464a3f09b94 1481:77a401044935
1 #ifndef PATHS_H_ 1 #ifndef PATHS_H_
2 #define PATHS_H_ 2 #define PATHS_H_
3 3
4 void get_initial_browse_path(char **dst); 4 void get_initial_browse_path(char **dst);
5 char *path_append(char *base, char *suffix);
5 6
6 #endif //PATHS_H_ 7 #endif //PATHS_H_