From 74f7f146ba6b79fd904f6fd47f4dbee0750831f6 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Wed, 27 Jan 2021 10:29:38 +0800 Subject: [PATCH] renamed from MacOS.h to Apple.h --- inc/hgl/platform/Platform.h | 4 ++-- inc/hgl/platform/os/{MacOS.h => Apple.h} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename inc/hgl/platform/os/{MacOS.h => Apple.h} (100%) diff --git a/inc/hgl/platform/Platform.h b/inc/hgl/platform/Platform.h index 1869c1a..3f149e1 100644 --- a/inc/hgl/platform/Platform.h +++ b/inc/hgl/platform/Platform.h @@ -280,7 +280,7 @@ #elif HGL_OS == HGL_OS_macOS - #include + #include #if HGL_COMPILER == HGL_COMPILER_Intel #include @@ -292,7 +292,7 @@ #elif HGL_OS == HGL_OS_iOS - #include + #include #include #elif HGL_OS == HGL_OS_PSP2 diff --git a/inc/hgl/platform/os/MacOS.h b/inc/hgl/platform/os/Apple.h similarity index 100% rename from inc/hgl/platform/os/MacOS.h rename to inc/hgl/platform/os/Apple.h