- moved the platform specific files out of the Build folder, mainly to get them out of the way.

This commit is contained in:
Christoph Oelckers 2019-09-25 22:43:06 +02:00
parent cd920299d0
commit 18b1ca287e
10 changed files with 4 additions and 4 deletions

View file

@ -0,0 +1,13 @@
#ifndef osxbits_h_
#define osxbits_h_
#include <sys/types.h>
int osx_msgbox(const char *name, const char *msg);
int osx_ynbox(const char *name, const char *msg);
char *osx_gethomedir(void);
char *osx_getsupportdir(int32_t local);
char *osx_getappdir(void);
char *osx_getapplicationsdir(int32_t local);
#endif