Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions Generals/Code/GameEngine/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ set(GAMEENGINE_SRC
Source/Common/System/AsciiString.cpp
Source/Common/System/BuildAssistant.cpp
Source/Common/System/CDManager.cpp
Source/Common/System/Compression.cpp
Source/Common/System/CopyProtection.cpp
Source/Common/System/CriticalSection.cpp
Source/Common/System/DataChunk.cpp
Expand All @@ -33,15 +32,13 @@ set(GAMEENGINE_SRC
Source/Common/System/LocalFileSystem.cpp
#Source/Common/System/MemoryInit.cpp
Source/Common/System/ObjectStatusTypes.cpp
Source/Common/System/QuickTrig.cpp
Source/Common/System/QuotedPrintable.cpp
Source/Common/System/Radar.cpp
Source/Common/System/RAMFile.cpp
Source/Common/System/registry.cpp
Source/Common/System/Snapshot.cpp
Source/Common/System/StackDump.cpp
Source/Common/System/StreamingArchiveFile.cpp
Source/Common/System/String.cpp
Source/Common/System/SubsystemInterface.cpp
Source/Common/System/Trig.cpp
Source/Common/System/UnicodeString.cpp
Expand Down Expand Up @@ -365,7 +362,6 @@ set(GAMEENGINE_SRC
Source/GameClient/Drawable/Update/BeaconClientUpdate.cpp
Source/GameLogic/Object/Update/LaserUpdate.cpp
Source/GameClient/Drawable/Update/SwayClientUpdate.cpp
Source/GameClient/Drawable/DrawableManager.cpp
"Source/GameClient/System/Debug Displayers/AudioDebugDisplay.cpp"
Source/GameClient/System/Anim2D.cpp
Source/GameClient/System/CampaignManager.cpp
Expand Down Expand Up @@ -630,7 +626,6 @@ set(GAMEENGINE_SRC
Include/Common/PlayerTemplate.h
Include/Common/ProductionPrerequisite.h
Include/Common/QuickmatchPreferences.h
Include/Common/QuickTrig.h
Include/Common/QuotedPrintable.h
Include/Common/Radar.h
Include/Common/RAMFile.h
Expand All @@ -652,7 +647,6 @@ set(GAMEENGINE_SRC
Include/Common/StatsCollector.h
Include/Common/STLTypedefs.h
Include/Common/StreamingArchiveFile.h
Include/Common/string.h
Include/Common/SubsystemInterface.h
Include/Common/SystemInfo.h
Include/Common/Team.h
Expand Down Expand Up @@ -932,7 +926,6 @@ set(GAMEENGINE_SRC
Include/GameClient/DisplayStringManager.h
Include/GameClient/Drawable.h
Include/GameClient/DrawableInfo.h
Include/GameClient/DrawableManager.h
Include/GameClient/DrawGroupInfo.h
Include/GameClient/EstablishConnectionsMenu.h
Include/GameClient/Eva.h
Expand Down
158 changes: 0 additions & 158 deletions Generals/Code/GameEngine/Include/Common/QuickTrig.h

This file was deleted.

116 changes: 0 additions & 116 deletions Generals/Code/GameEngine/Include/Common/string.h

This file was deleted.

24 changes: 0 additions & 24 deletions Generals/Code/GameEngine/Include/GameClient/DrawableManager.h

This file was deleted.

Loading