summaryrefslogtreecommitdiffstats
path: root/osdep/path.h
blob: 6ad4ebad8ad285f1237bea3e511fd647d9c76b37 (plain)
1
2
3
4
5
6
7
8
9
#ifndef OSDEP_PATH_H
#define OSDEP_PATH_H

char *mp_get_win_config_path(const char *filename);

// Returns absolute path of a resource file in a Mac OS X application bundle.
char *mp_get_macosx_bundled_path(const char *filename);

#endif