Skip to content

Commit c31911f

Browse files
authored
Merge pull request #220 from q4a/xd_dev_inc
The case of letters in include strings has been changed
2 parents 90864ad + 2b53d37 commit c31911f

File tree

81 files changed

+143
-144
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+143
-144
lines changed

Externals/OPCODE/OPC_TreeBuilders.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#ifndef __OPC_TREEBUILDERS_H__
2121
#define __OPC_TREEBUILDERS_H__
2222

23-
#include "opc_aabbtree.h"
23+
#include "OPC_AABBTree.h"
2424
#include "xrCore/xrPool.h"
2525

2626
//! Tree splitting rules

Externals/OPCODE/Opcode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ using namespace IceCore;
5858
#endif
5959

6060
#ifndef __ICEMATHS_H__
61-
#include <Math.h>
61+
#include <math.h>
6262
#define ICEMATHS_API OPCODE_API
6363
namespace IceMaths
6464
{

src/Include/xrRender/Kinematics.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#pragma once
44

55
#include "RenderVisual.h"
6-
#include "Layers\xrRender\KinematicsAddBoneTransform.hpp" //--#SM+#--
6+
#include "Layers/xrRender/KinematicsAddBoneTransform.hpp" //--#SM+#--
77

88
typedef void (*UpdateCallback)(IKinematics* P);
99

src/Include/xrRender/KinematicsAnimated.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#include "xrCore/Animation/SkeletonMotions.hpp"
66
#include "animation_blend.h"
7-
#include "Layers/xrrender/KinematicAnimatedDefs.h"
7+
#include "Layers/xrRender/KinematicAnimatedDefs.h"
88
#include "Layers/xrRender/KinematicsAddBoneTransform.hpp" //--#SM+#--
99

1010
class IKinematics;

src/xrAICore/Navigation/graph_edge.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#pragma once
1010

11-
#include <loki/emptytype.h>
11+
#include <loki/EmptyType.h>
1212

1313
template <typename _edge_weight_type, typename _vertex_type>
1414
class CEdgeBase

src/xrCDB/ISpatial.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include "xrEngine/xr_object.h"
77
#include "xrEngine/PS_Instance.h"
88
#endif
9-
#include "xrEngine/Device.h"
9+
#include "xrEngine/device.h"
1010
#include "xrEngine/GameFont.h"
1111
#include "xrEngine/PerformanceAlert.hpp"
1212
#include "xrCore/Threading/Lock.hpp"
File renamed without changes.

src/xrEngine/Device_destroy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include "Include/xrRender/DrawUtils.h"
33
#include "Render.h"
44
#include "IGame_Persistent.h"
5-
#include "xr_IOConsole.h"
5+
#include "XR_IOConsole.h"
66
#include "xr_input.h"
77

88
void CRenderDevice::Destroy()

src/xrEngine/FDemoRecord.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include "x_ray.h"
44

55
#include "GameFont.h"
6-
#include "fDemoRecord.h"
6+
#include "FDemoRecord.h"
77
#include "XR_IOConsole.h"
88
#include "xr_input.h"
99
#include "xr_object.h"

src/xrEngine/stdafx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include "xrCore/log.h"
2525
#endif
2626
#include "device.h"
27-
#include "xrCore/fs.h"
27+
#include "xrCore/FS.h"
2828

2929
#include "xrCDB/xrXRC.h"
3030

0 commit comments

Comments
 (0)