qbsp: csg4.cc -> csg.cc
This commit is contained in:
parent
296426f526
commit
fce258a7b7
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue