File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
GeneralsMD/Code/GameEngine Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,8 @@ set(GAMEENGINE_SRC
5555 Include /Common/IgnorePreferences.h
5656 Include /Common/INI.h
5757 Include /Common/INIException.h
58+ # Include/Common/JSONChunkInput.h
59+ # Include/Common/JSONChunkOutput.h
5860 Include /Common/KindOf.h
5961 Include /Common/LadderPreferences.h
6062 Include /Common/Language .h
@@ -595,6 +597,8 @@ set(GAMEENGINE_SRC
595597 Source /Common/System /CriticalSection.cpp
596598 Source /Common/System /DataChunk.cpp
597599# Source/Common/System/Debug.cpp
600+ # Source/Common/System/JSONChunkInput.cpp
601+ # Source/Common/System/JSONChunkOutput.cpp
598602 Source /Common/System /Directory .cpp
599603 Source /Common/System /DisabledTypes.cpp
600604 Source /Common/System /encrypt.cpp
Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ set(GAMEENGINE_SRC
5858 Include /Common/IgnorePreferences.h
5959 Include /Common/INI.h
6060 Include /Common/INIException.h
61+ # Include/Common/JSONChunkInput.h
62+ # Include/Common/JSONChunkOutput.h
6163 Include /Common/KindOf.h
6264 Include /Common/LadderPreferences.h
6365 Include /Common/Language .h
@@ -637,6 +639,8 @@ set(GAMEENGINE_SRC
637639 Source /Common/System /CriticalSection.cpp
638640 Source /Common/System /DataChunk.cpp
639641# Source/Common/System/Debug.cpp
642+ # Source/Common/System/JSONChunkInput.cpp
643+ # Source/Common/System/JSONChunkOutput.cpp
640644 Source /Common/System /Directory .cpp
641645 Source /Common/System /DisabledTypes.cpp
642646 Source /Common/System /encrypt.cpp
You can’t perform that action at this time.
0 commit comments