comparison paths.h @ 1489:637fbc3b5063 nuklear_ui

Added code to persist config back to a file
author Michael Pavone <pavone@retrodev.com>
date Wed, 29 Nov 2017 08:41:37 -0800
parents 77a401044935
children bc68560b4a04
comparison
equal deleted inserted replaced
1488:f29bd94ffa76 1489:637fbc3b5063
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 char *path_append(const char *base, const char *suffix);
6 6
7 #endif //PATHS_H_ 7 #endif //PATHS_H_