0
0
Fork 0
mirror of https://github.com/ZDoom/Raze.git synced 2025-03-09 02:11:25 +00:00
raze/polymer/build/include/osxbits.h

7 lines
129 B
C
Raw Normal View History

#ifndef __osxbits_h__
#define __osxbits_h__
int osx_msgbox(char *name, char *msg);
int osx_ynbox(char *name, char *msg);
#endif