qbsp: csg4.cc -> csg.cc

This commit is contained in:
Eric Wasylishen 2022-07-04 00:17:18 -06:00
parent 296426f526
commit fce258a7b7
8 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
set(QBSP_INCLUDES
${CMAKE_SOURCE_DIR}/include/qbsp/qbsp.hh
${CMAKE_SOURCE_DIR}/include/qbsp/brush.hh
${CMAKE_SOURCE_DIR}/include/qbsp/csg4.hh
${CMAKE_SOURCE_DIR}/include/qbsp/csg.hh
${CMAKE_SOURCE_DIR}/include/qbsp/map.hh
${CMAKE_SOURCE_DIR}/include/qbsp/winding.hh
${CMAKE_SOURCE_DIR}/include/qbsp/merge.hh
@ -15,7 +15,7 @@ set(QBSP_INCLUDES
set(QBSP_SOURCES
${CMAKE_SOURCE_DIR}/qbsp/brush.cc
${CMAKE_SOURCE_DIR}/qbsp/csg4.cc
${CMAKE_SOURCE_DIR}/qbsp/csg.cc
${CMAKE_SOURCE_DIR}/qbsp/map.cc
${CMAKE_SOURCE_DIR}/qbsp/merge.cc
${CMAKE_SOURCE_DIR}/qbsp/outside.cc

View File

@ -24,7 +24,7 @@
#include <list>
#include <qbsp/brush.hh>
#include <qbsp/csg4.hh>
#include <qbsp/csg.hh>
#include <qbsp/map.hh>
#include <qbsp/qbsp.hh>

View File

@ -25,7 +25,7 @@
#include <common/vectorutils.hh>
#include <qbsp/brush.hh>
#include <qbsp/csg4.hh>
#include <qbsp/csg.hh>
#include <qbsp/map.hh>
#include <qbsp/portals.hh>
#include <qbsp/qbsp.hh>

View File

@ -21,7 +21,7 @@
// csg4.c
#include <qbsp/brush.hh>
#include <qbsp/csg4.hh>
#include <qbsp/csg.hh>
#include <qbsp/map.hh>
#include <qbsp/brushbsp.hh>
#include <qbsp/qbsp.hh>

View File

@ -21,7 +21,7 @@
#include <qbsp/brush.hh>
#include <qbsp/portals.hh>
#include <qbsp/csg4.hh>
#include <qbsp/csg.hh>
#include <qbsp/map.hh>
#include <qbsp/merge.hh>
#include <qbsp/brushbsp.hh>

View File

@ -23,7 +23,7 @@
#include <qbsp/merge.hh>
#include <qbsp/qbsp.hh>
#include <qbsp/csg4.hh>
#include <qbsp/csg.hh>
#include <qbsp/map.hh>
#include <qbsp/faces.hh>

View File

@ -30,7 +30,7 @@
#include <common/settings.hh>
#include <qbsp/brush.hh>
#include <qbsp/csg4.hh>
#include <qbsp/csg.hh>
#include <qbsp/map.hh>
#include <qbsp/merge.hh>
#include <qbsp/portals.hh>