Skip to content

Commit d2573a7

Browse files
committed
unify(debug): Move GameEngine's Debug files to Core (#1384)
1 parent 8c52b6a commit d2573a7

File tree

9 files changed

+10
-1125
lines changed

9 files changed

+10
-1125
lines changed

Core/GameEngine/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ set(GAMEENGINE_SRC
2727
# Include/Common/CustomMatchPreferences.h
2828
# Include/Common/DamageFX.h
2929
# Include/Common/DataChunk.h
30-
# Include/Common/Debug.h
30+
Include/Common/Debug.h
3131
# Include/Common/Dict.h
3232
# Include/Common/Directory.h
3333
# Include/Common/DisabledTypes.h
@@ -637,7 +637,7 @@ set(GAMEENGINE_SRC
637637
# Source/Common/System/CDManager.cpp
638638
# Source/Common/System/CriticalSection.cpp
639639
# Source/Common/System/DataChunk.cpp
640-
# Source/Common/System/Debug.cpp
640+
Source/Common/System/Debug.cpp
641641
# Source/Common/System/Directory.cpp
642642
# Source/Common/System/DisabledTypes.cpp
643643
# Source/Common/System/encrypt.cpp

Core/Libraries/Source/WWVegas/WWDebug/wwdebug.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ void WWDebug_DBWin32_Message_Handler( const char * message);
110110
** WWDEBUG_SAY(("dir = %f",dir));
111111
*/
112112

113-
// TheSuperHackers @compile feliwir 12/04/2025 Both Debug headers are identical. Use ZH.
114-
#include "../../../../../GeneralsMD/Code/GameEngine/Include/Common/Debug.h"
113+
#include "../../../../../Core/GameEngine/Include/Common/Debug.h"
115114

116115
#ifdef DEBUG_LOGGING
117116
#define WWDEBUG_SAY(x) DEBUG_LOG(x)

Generals/Code/GameEngine/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ set(GAMEENGINE_SRC
2525
Include/Common/CustomMatchPreferences.h
2626
Include/Common/DamageFX.h
2727
Include/Common/DataChunk.h
28-
Include/Common/Debug.h
28+
# Include/Common/Debug.h
2929
Include/Common/Dict.h
3030
Include/Common/Directory.h
3131
Include/Common/DisabledTypes.h
@@ -594,7 +594,7 @@ set(GAMEENGINE_SRC
594594
Source/Common/System/CDManager.cpp
595595
Source/Common/System/CriticalSection.cpp
596596
Source/Common/System/DataChunk.cpp
597-
Source/Common/System/Debug.cpp
597+
# Source/Common/System/Debug.cpp
598598
Source/Common/System/Directory.cpp
599599
Source/Common/System/DisabledTypes.cpp
600600
Source/Common/System/encrypt.cpp

Generals/Code/GameEngine/Include/Common/Debug.h

Lines changed: 0 additions & 264 deletions
This file was deleted.

0 commit comments

Comments
 (0)