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
4 changes: 0 additions & 4 deletions Generals/Code/Libraries/Source/WWVegas/WW3D2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,11 @@ set(WW3D2_SRC
streakRender.cpp
stripoptimizer.cpp
surfaceclass.cpp
texfcach.cpp
texproject.cpp
texture.cpp
texturefilter.cpp
textureloader.cpp
texturethumbnail.cpp
txt.cpp
vertmaterial.cpp
visrasterizer.cpp
w3d_dep.cpp
Expand Down Expand Up @@ -202,13 +200,11 @@ set(WW3D2_SRC
streakRender.h
stripoptimizer.h
surfaceclass.h
texfcach.h
texproject.h
texture.h
texturefilter.h
textureloader.h
texturethumbnail.h
txt.h
vertmaterial.h
visrasterizer.h
w3d_dep.h
Expand Down
1 change: 0 additions & 1 deletion Generals/Code/Libraries/Source/WWVegas/WW3D2/assetmgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
#include "distlod.h"
#include "hlod.h"
#include "agg_def.h"
#include "texfcach.h"
#include "wwstring.h"
#include "wwmemlog.h"
#include "dazzle.h"
Expand Down
3 changes: 1 addition & 2 deletions Generals/Code/Libraries/Source/WWVegas/WW3D2/rendobj.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@

#include "rendobj.h"
#include "assetmgr.h"
#include "_mono.h"
#include "bsurface.h"
#include "win.h"
#include "pot.h"
#include "scene.h"
#include "colmath.h"
Expand Down
Loading