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
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
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);
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)
Original file line number Diff line number Diff 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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments