mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-06 04:52:16 +00:00
7 lines
129 B
C
7 lines
129 B
C
|
#ifndef __osxbits_h__
|
||
|
#define __osxbits_h__
|
||
|
|
||
|
int osx_msgbox(char *name, char *msg);
|
||
|
int osx_ynbox(char *name, char *msg);
|
||
|
|
||
|
#endif
|