diff --git a/DDrawCompat/Config.h b/DDrawCompat/Config/Config.h similarity index 100% rename from DDrawCompat/Config.h rename to DDrawCompat/Config/Config.h diff --git a/DDrawCompat/DDraw/DirectDrawPalette.cpp b/DDrawCompat/DDraw/DirectDrawPalette.cpp index b2cd28b..d35933c 100644 --- a/DDrawCompat/DDraw/DirectDrawPalette.cpp +++ b/DDrawCompat/DDraw/DirectDrawPalette.cpp @@ -2,7 +2,7 @@ #include #include "Common/Time.h" -#include "Config.h" +#include "Config/Config.h" #include "DDraw/CompatPrimarySurface.h" #include "DDraw/DirectDrawPalette.h" #include "DDraw/RealPrimarySurface.h" diff --git a/DDrawCompat/DDraw/RealPrimarySurface.cpp b/DDrawCompat/DDraw/RealPrimarySurface.cpp index b9ca919..51cb520 100644 --- a/DDrawCompat/DDraw/RealPrimarySurface.cpp +++ b/DDrawCompat/DDraw/RealPrimarySurface.cpp @@ -3,7 +3,7 @@ #include "Common/CompatPtr.h" #include "Common/Hook.h" #include "Common/Time.h" -#include "Config.h" +#include "Config/Config.h" #include "DDraw/CompatPrimarySurface.h" #include "DDraw/DirectDrawSurface.h" #include "DDraw/IReleaseNotifier.h" diff --git a/DDrawCompat/DDrawCompat.vcxproj b/DDrawCompat/DDrawCompat.vcxproj index ba970c6..1b66f5f 100644 --- a/DDrawCompat/DDrawCompat.vcxproj +++ b/DDrawCompat/DDrawCompat.vcxproj @@ -159,7 +159,7 @@ - + diff --git a/DDrawCompat/DDrawCompat.vcxproj.filters b/DDrawCompat/DDrawCompat.vcxproj.filters index df149e5..56832c2 100644 --- a/DDrawCompat/DDrawCompat.vcxproj.filters +++ b/DDrawCompat/DDrawCompat.vcxproj.filters @@ -58,14 +58,14 @@ {ad819a3d-f694-4a6f-8c56-ae43e95d1c2b} + + {5c6203cd-b703-4af0-a283-fa9eb72c2d07} + Header Files - - Header Files - Header Files\Gdi @@ -231,6 +231,9 @@ Header Files\Win32 + + Header Files\Config + diff --git a/DDrawCompat/Gdi/DcCache.cpp b/DDrawCompat/Gdi/DcCache.cpp index 04b6294..69da9e3 100644 --- a/DDrawCompat/Gdi/DcCache.cpp +++ b/DDrawCompat/Gdi/DcCache.cpp @@ -3,7 +3,7 @@ #include "Common/CompatPtr.h" #include "Common/Log.h" -#include "Config.h" +#include "Config/Config.h" #include "DDraw/CompatPrimarySurface.h" #include "DDraw/Repository.h" #include "DDrawProcs.h"