File tree Expand file tree Collapse file tree 9 files changed +10
-1125
lines changed
Libraries/Source/WWVegas/WWDebug
GeneralsMD/Code/GameEngine Expand file tree Collapse file tree 9 files changed +10
-1125
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ set(GAMEENGINE_SRC
27
27
# Include/Common/CustomMatchPreferences.h
28
28
# Include/Common/DamageFX.h
29
29
# Include/Common/DataChunk.h
30
- # Include/Common/Debug.h
30
+ Include /Common/Debug.h
31
31
# Include/Common/Dict.h
32
32
# Include/Common/Directory.h
33
33
# Include/Common/DisabledTypes.h
@@ -637,7 +637,7 @@ set(GAMEENGINE_SRC
637
637
# Source/Common/System/CDManager.cpp
638
638
# Source/Common/System/CriticalSection.cpp
639
639
# Source/Common/System/DataChunk.cpp
640
- # Source/Common/System/Debug.cpp
640
+ Source /Common/System/Debug.cpp
641
641
# Source/Common/System/Directory.cpp
642
642
# Source/Common/System/DisabledTypes.cpp
643
643
# Source/Common/System/encrypt.cpp
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -110,8 +110,7 @@ void WWDebug_DBWin32_Message_Handler( const char * message);
110
110
** WWDEBUG_SAY(("dir = %f",dir));
111
111
*/
112
112
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"
115
114
116
115
#ifdef DEBUG_LOGGING
117
116
#define WWDEBUG_SAY (x ) DEBUG_LOG(x)
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ set(GAMEENGINE_SRC
25
25
Include /Common/CustomMatchPreferences.h
26
26
Include /Common/DamageFX.h
27
27
Include /Common/DataChunk.h
28
- Include /Common/Debug.h
28
+ # Include/Common/Debug.h
29
29
Include /Common/Dict.h
30
30
Include /Common/Directory.h
31
31
Include /Common/DisabledTypes.h
@@ -594,7 +594,7 @@ set(GAMEENGINE_SRC
594
594
Source /Common/System/CDManager.cpp
595
595
Source /Common/System/CriticalSection.cpp
596
596
Source /Common/System/DataChunk.cpp
597
- Source /Common/System/Debug.cpp
597
+ # Source/Common/System/Debug.cpp
598
598
Source /Common/System/Directory.cpp
599
599
Source /Common/System/DisabledTypes.cpp
600
600
Source /Common/System/encrypt.cpp
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments