mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- fixed compilation of Cocoa backend
src/posix/cocoa/i_main.mm:225:12: error: Objective-C declarations may only appear in global scope src/posix/cocoa/i_main.mm:247:17: error: Objective-C declarations may only appear in global scope src/posix/cocoa/i_main.mm:545:2: error: expected '}'
This commit is contained in:
parent
583cd489b1
commit
ea8af08bcf
1 changed files with 0 additions and 3 deletions
|
@ -62,9 +62,6 @@ EXTERN_CVAR(Bool, vid_vsync )
|
|||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
namespace
|
||||
{
|
||||
|
||||
|
||||
void Mac_I_FatalError(const char* const message)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue