mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-06 04:52:16 +00:00
13 lines
312 B
C
13 lines
312 B
C
#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
|