raze-gles/polymer-perf/eduke32/build/include/osxbits.h
2011-01-19 03:13:05 +00:00

8 lines
No EOL
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