mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Style: Standardize Obj-C #import syntax
This commit is contained in:
@@ -28,9 +28,9 @@
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
#include "godot_window.h"
|
||||
#import "godot_window.h"
|
||||
|
||||
#include "display_server_macos.h"
|
||||
#import "display_server_macos.h"
|
||||
|
||||
@implementation GodotWindow
|
||||
|
||||
|
||||
Reference in New Issue
Block a user