9 lines
191 B
C
9 lines
191 B
C
#ifndef __MACOS_H__
|
|
#define __MACOS_H__
|
|
|
|
const char *macos_fontsPath(void);
|
|
const char *macos_preferencesPath(void);
|
|
const char *macos_globalPreferencesPath(void);
|
|
|
|
|
|
#endif /* __MACOS_H__ */
|