Skip to content

Commit 5a01b05

Browse files
committed
xrCDB: Fixed includes.
1 parent 7ed68e9 commit 5a01b05

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/xrCDB/ISpatial_q_frustum.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "stdafx.h"
22
#include "ISpatial.h"
3-
#include "frustum.h"
3+
#include "Frustum.h"
44

55
extern Fvector c_spatial_offset[8];
66

src/xrCDB/xrCDB_frustum.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#pragma hdrstop
33

44
#include "xrCDB.h"
5-
#include "frustum.h"
5+
#include "Frustum.h"
66

77
using namespace CDB;
88
using namespace Opcode;

src/xrCDB/xr_area_query.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "stdafx.h"
22
#include "xr_area.h"
3-
#include "frustum.h"
3+
#include "Frustum.h"
44

55
#include "xrCore/_vector3d_ext.h"
66

src/xrCDB/xr_area_raypick.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "stdafx.h"
22
#include "xr_area.h"
3-
#include "ispatial.h"
3+
#include "ISpatial.h"
44
#include "xrEngine/xr_collide_form.h"
55
#include "xrEngine/xr_object.h"
66
#include "Intersect.hpp"

0 commit comments

Comments
 (0)