mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 00:41:24 +00:00
- moved the platform specific files out of the Build folder, mainly to get them out of the way.
This commit is contained in:
parent
cd920299d0
commit
18b1ca287e
10 changed files with 4 additions and 4 deletions
13
source/platform/macos/osxbits.h
Normal file
13
source/platform/macos/osxbits.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
#ifndef osxbits_h_
|
||||
#define osxbits_h_
|
||||
#include <sys/types.h>
|
||||
|
||||
int osx_msgbox(const char *name, const char *msg);
|
||||
int osx_ynbox(const char *name, const char *msg);
|
||||
|
||||
char *osx_gethomedir(void);
|
||||
char *osx_getsupportdir(int32_t local);
|
||||
char *osx_getappdir(void);
|
||||
char *osx_getapplicationsdir(int32_t local);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue