tuxpaint-pencil-sharpener/src/macos.h
Bill Kendrick 7938480174 Clean up GCC warnings (2019-08-29 edition)
Updated most parts of the code that were throwing warnings in GCC.
2019-08-30 00:01:00 -07:00

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__ */