You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
MacOS: Move includes inside #ifdef so OpenGL can be disabled
This commit is contained in:
@@ -30,11 +30,11 @@
|
||||
|
||||
#import "embedded_gl_manager.h"
|
||||
|
||||
#if defined(MACOS_ENABLED) && defined(GLES3_ENABLED)
|
||||
|
||||
#import "drivers/gles3/storage/texture_storage.h"
|
||||
#import "platform_gl.h"
|
||||
|
||||
#if defined(MACOS_ENABLED) && defined(GLES3_ENABLED)
|
||||
|
||||
#import <QuartzCore/QuartzCore.h>
|
||||
#include <dlfcn.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user