mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-05 12:30:42 +00:00
e65891aad6
git-svn-id: https://svn.eduke32.com/eduke32@1593 1a8010ca-5511-0410-912e-c29ae57300e0
8 lines
No EOL
160 B
C
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 |