The-Simpsons-Hit-and-Run/game/code/render/Culling/allculling.cpp

15 lines
572 B
C++

#include <render/Culling/BoxPts.cpp>
#include <render/Culling/Cell.cpp>
#include <render/Culling/CellBlock.cpp>
#include <render/Culling/CoordSubList.cpp>
#include <render/Culling/CullData.cpp>
#include <render/Culling/HexahedronP.cpp>
#include <render/Culling/ISpatialProxy.cpp>
#include <render/Culling/OctTreeData.cpp>
#include <render/Culling/OctTreeNode.cpp>
#include <render/Culling/SpatialTree.cpp>
#include <render/Culling/SpatialTreeIter.cpp>
#include <render/Culling/SphereSP.cpp>
#include <render/Culling/VectorLib.cpp>
#include <render/Culling/WorldScene.cpp>