We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed68e9 commit 5a01b05Copy full SHA for 5a01b05
4 files changed
src/xrCDB/ISpatial_q_frustum.cpp
@@ -1,6 +1,6 @@
1
#include "stdafx.h"
2
#include "ISpatial.h"
3
-#include "frustum.h"
+#include "Frustum.h"
4
5
extern Fvector c_spatial_offset[8];
6
src/xrCDB/xrCDB_frustum.cpp
@@ -2,7 +2,7 @@
#pragma hdrstop
#include "xrCDB.h"
7
using namespace CDB;
8
using namespace Opcode;
src/xrCDB/xr_area_query.cpp
#include "xr_area.h"
#include "xrCore/_vector3d_ext.h"
src/xrCDB/xr_area_raypick.cpp
-#include "ispatial.h"
+#include "ISpatial.h"
#include "xrEngine/xr_collide_form.h"
#include "xrEngine/xr_object.h"
#include "Intersect.hpp"
0 commit comments