1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-29 16:16:38 +00:00

Style: Standardize Obj-C #import syntax

This commit is contained in:
Thaddeus Crews
2025-01-05 21:03:20 -06:00
parent b5bdb88062
commit 713a1ba554
39 changed files with 93 additions and 91 deletions

View File

@@ -38,9 +38,9 @@
#include "drivers/egl/egl_manager.h"
#include "servers/display_server.h"
#include <AppKit/AppKit.h>
#include <ApplicationServices/ApplicationServices.h>
#include <CoreVideo/CoreVideo.h>
#import <AppKit/AppKit.h>
#import <ApplicationServices/ApplicationServices.h>
#import <CoreVideo/CoreVideo.h>
class GLManagerANGLE_MacOS : public EGLManager {
private: