mirror of
https://github.com/godotengine/godot.git
synced 2025-10-29 20:51:14 +00:00
Style: Standardize Obj-C #import syntax
This commit is contained in:
parent
b5bdb88062
commit
713a1ba554
39 changed files with 93 additions and 91 deletions
|
|
@ -28,10 +28,10 @@
|
|||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
#include "macos_utils.h"
|
||||
|
||||
#ifdef MACOS_ENABLED
|
||||
|
||||
#import "macos_utils.h"
|
||||
|
||||
#include "core/string/print_string.h"
|
||||
|
||||
#import <CoreFoundation/CoreFoundation.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue