mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-19 07:00:52 +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
b473fc936c
commit
1e496d2d6f
1 changed files with 0 additions and 3 deletions
|
@ -65,9 +65,6 @@ EXTERN_CVAR(Bool, fullscreen )
|
|||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
namespace
|
||||
{
|
||||
|
||||
|
||||
void Mac_I_FatalError(const char* const message)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue