mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-16 17:32:13 +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
|