From 271a3f49c33b2ab76406fecf0c7e9c6bcba39256 Mon Sep 17 00:00:00 2001 From: _Redstone_c_ Date: Sun, 5 Dec 2021 23:06:15 +0800 Subject: [PATCH] refactor(platform): subdivide the platform category into specific categories --- Redcraft.Utility/Source/Public/CoreTypes.h | 2 +- Redcraft.Utility/Source/Public/{Platform => Misc}/Platform.h | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Redcraft.Utility/Source/Public/{Platform => Misc}/Platform.h (100%) diff --git a/Redcraft.Utility/Source/Public/CoreTypes.h b/Redcraft.Utility/Source/Public/CoreTypes.h index 5ee1052..1b0a8a7 100644 --- a/Redcraft.Utility/Source/Public/CoreTypes.h +++ b/Redcraft.Utility/Source/Public/CoreTypes.h @@ -1,4 +1,4 @@ #pragma once -#include "Platform/Platform.h" +#include "Misc/Platform.h" #include "Misc/CoreDefines.h" diff --git a/Redcraft.Utility/Source/Public/Platform/Platform.h b/Redcraft.Utility/Source/Public/Misc/Platform.h similarity index 100% rename from Redcraft.Utility/Source/Public/Platform/Platform.h rename to Redcraft.Utility/Source/Public/Misc/Platform.h