9 lines
179 B
C
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__ */
|