1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +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,7 +28,7 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/**************************************************************************/
#include "rendering_context_driver_vulkan_macos.h"
#import "rendering_context_driver_vulkan_macos.h"
#ifdef VULKAN_ENABLED