Skip to content

Commit 5efeb0e

Browse files
authored
unify(crc): Move CRC files to Core (#1387)
1 parent abd1b90 commit 5efeb0e

File tree

12 files changed

+17
-690
lines changed

12 files changed

+17
-690
lines changed

Core/GameEngine/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ set(GAMEENGINE_SRC
2121
# Include/Common/CDManager.h
2222
# Include/Common/ClientUpdateModule.h
2323
# Include/Common/CommandLine.h
24-
# Include/Common/crc.h
25-
# Include/Common/CRCDebug.h
24+
Include/Common/crc.h
25+
Include/Common/CRCDebug.h
2626
# Include/Common/CriticalSection.h
2727
# Include/Common/CustomMatchPreferences.h
2828
# Include/Common/DamageFX.h
@@ -564,8 +564,8 @@ set(GAMEENGINE_SRC
564564
# Source/Common/Bezier/BezierSegment.cpp
565565
# Source/Common/BitFlags.cpp
566566
# Source/Common/CommandLine.cpp
567-
# Source/Common/crc.cpp
568-
# Source/Common/CRCDebug.cpp
567+
Source/Common/crc.cpp
568+
Source/Common/CRCDebug.cpp
569569
# Source/Common/DamageFX.cpp
570570
# Source/Common/Dict.cpp
571571
# Source/Common/DiscreteCircle.cpp

Generals/Code/GameEngine/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ set(GAMEENGINE_SRC
1919
Include/Common/CDManager.h
2020
Include/Common/ClientUpdateModule.h
2121
Include/Common/CommandLine.h
22-
Include/Common/crc.h
23-
Include/Common/CRCDebug.h
22+
# Include/Common/crc.h
23+
# Include/Common/CRCDebug.h
2424
Include/Common/CriticalSection.h
2525
Include/Common/CustomMatchPreferences.h
2626
Include/Common/DamageFX.h
@@ -523,8 +523,8 @@ set(GAMEENGINE_SRC
523523
Source/Common/Bezier/BezierSegment.cpp
524524
Source/Common/BitFlags.cpp
525525
Source/Common/CommandLine.cpp
526-
Source/Common/crc.cpp
527-
Source/Common/CRCDebug.cpp
526+
# Source/Common/crc.cpp
527+
# Source/Common/CRCDebug.cpp
528528
Source/Common/DamageFX.cpp
529529
Source/Common/Dict.cpp
530530
Source/Common/DiscreteCircle.cpp

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

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

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

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

0 commit comments

Comments
 (0)