#include "C4ForbidLibraryCompilation.h"
#include <epoxy/gl.h>
#include "C4Include.h"
#include "platform/C4Window.h"
#include "graphics/C4Draw.h"
#include "platform/C4App.h"
#import <Cocoa/Cocoa.h>
#import "platform/C4WindowController.h"
#import "graphics/C4DrawGLMac.h"
Go to the source code of this file.
Macros | |
#define | GL_SILENCE_DEPRECATION |
Functions | |
bool | IsGermanSystem () |
bool | OpenURL (const char *szURL) |
bool | EraseItemSafe (const char *szFilename) |
#define GL_SILENCE_DEPRECATION |
Definition at line 20 of file C4AppMac.mm.
bool EraseItemSafe | ( | const char * | szFilename | ) |
Definition at line 206 of file C4AppMac.mm.
bool IsGermanSystem | ( | ) |
Definition at line 193 of file C4AppMac.mm.
Referenced by C4ConfigGeneral::DefaultLanguage().
bool OpenURL | ( | const char * | szURL | ) |
Definition at line 199 of file C4AppMac.mm.