mirror of
https://github.com/DrBeef/Raze.git
synced 2024-12-16 15:40:58 +00:00
99e21ffa94
git-svn-id: https://svn.eduke32.com/eduke32@4747 1a8010ca-5511-0410-912e-c29ae57300e0
8 lines
179 B
C
8 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
|