mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 00:41:24 +00:00
Fix STARTUP_WINDOW=0 on modern macOS
git-svn-id: https://svn.eduke32.com/eduke32@8351 1a8010ca-5511-0410-912e-c29ae57300e0 # Conflicts: # source/build/src/sdlayer.cpp # source/build/src/startosx.editor.mm # source/platform/macos/osxbits.h # source/platform/macos/startosx.game.mm
This commit is contained in:
parent
c27616508e
commit
53e2a8297d
3 changed files with 18 additions and 8 deletions
|
@ -2,6 +2,9 @@
|
|||
#define osxbits_h_
|
||||
#include <sys/types.h>
|
||||
|
||||
void osx_preopen(void);
|
||||
void osx_postopen(void);
|
||||
|
||||
int osx_msgbox(const char *name, const char *msg);
|
||||
int osx_ynbox(const char *name, const char *msg);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue