raze-gles/polymer/eduke32/build/include/osxbits.h

9 lines
179 B
C

#ifndef osxbits_h_
#define osxbits_h_
#include <sys/types.h>
int32_t osx_msgbox(const char *name, const char *msg);
int32_t osx_ynbox(const char *name, const char *msg);
#endif