comparison paths.h @ 1541:f8ef74e7c800

Merged nuklear_ui into default
author Michael Pavone <pavone@retrodev.com>
date Sun, 25 Mar 2018 12:01:49 -0700
parents 637fbc3b5063
children bc68560b4a04
comparison
equal deleted inserted replaced
1533:78b7fc03c7c6 1541:f8ef74e7c800
1 #ifndef PATHS_H_
2 #define PATHS_H_
3
4 void get_initial_browse_path(char **dst);
5 char *path_append(const char *base, const char *suffix);
6
7 #endif //PATHS_H_