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