1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +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

@@ -28,11 +28,11 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/**************************************************************************/
#include "godot_window_delegate.h"
#import "godot_window_delegate.h"
#include "display_server_macos.h"
#include "godot_button_view.h"
#include "godot_window.h"
#import "display_server_macos.h"
#import "godot_button_view.h"
#import "godot_window.h"
@implementation GodotWindowDelegate