tuxpaint-pencil-sharpener/src/macos.h
2017-11-27 00:56:41 -05:00

9 lines
179 B
C

#ifndef __MACOS_H__
#define __MACOS_H__
const char* macos_fontsPath();
const char* macos_preferencesPath();
const char* macos_globalPreferencesPath();
#endif /* __MACOS_H__ */