diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-11-21 18:55:33 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-11-21 18:55:33 -0800 |
commit | c5f80591a0f8cbc2a6a3ab30b28754a16042c6f3 (patch) | |
tree | 8b6c4601ba3f94d4f4ab295f95ef7226b14c8c98 /paths.h | |
parent | 15b6f9038a33cdab77f7fe380d6f41fd284fd9c5 (diff) |
Moved initial path logic out of menu so it can be shared with new UI
--HG--
branch : nuklear_ui
Diffstat (limited to 'paths.h')
-rw-r--r-- | paths.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#ifndef PATHS_H_ +#define PATHS_H_ + +void get_initial_browse_path(char **dst); + +#endif //PATHS_H_
\ No newline at end of file |