raze-gles/polymer/eduke32/build/include/osxbits.h

22 lines
389 B
C

#ifndef osxbits_h_
#define osxbits_h_
#include <sys/types.h>
#ifdef __cplusplus
extern "C" {
#endif
int32_t osx_msgbox(const char *name, const char *msg);
int32_t 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);
#ifdef __cplusplus
}
#endif
#endif