mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-13 16:08:01 +00:00
8 lines
160 B
C
8 lines
160 B
C
|
#ifndef __osxbits_h__
|
||
|
#define __osxbits_h__
|
||
|
#include <sys/types.h>
|
||
|
|
||
|
int32_t osx_msgbox(char *name, char *msg);
|
||
|
int32_t osx_ynbox(char *name, char *msg);
|
||
|
|
||
|
#endif
|