mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-02-09 06:50:49 +00:00
8 lines
185 B
C
8 lines
185 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
|