raze-gles/polymer/build/include/osxbits.h
Plagman 09f0c239b6 Importing source for great justice
git-svn-id: https://svn.eduke32.com/eduke32@5 1a8010ca-5511-0410-912e-c29ae57300e0
2006-04-13 20:47:06 +00:00

7 lines
No EOL
129 B
C

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