Skip to content

Commit a1dfcaa

Browse files
committed
src/xrEngine - the case of letters in include strings has been changed
1 parent 03c43e4 commit a1dfcaa

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

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

src/xrEngine/xrTheora_Stream.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "stdafx.h"
2-
#include "xrtheora_stream.h"
2+
#include "xrTheora_Stream.h"
33

44
#ifdef _EDITOR
55
//# pragma comment(lib, "x:\\oggB.lib")

src/xrEngine/xrTheora_Stream.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 <theora/theora.h>
6-
#include "xrCore/Stream_Reader.h"
6+
#include "xrCore/stream_reader.h"
77

88
class ENGINE_API CTheoraStream
99
{

src/xrEngine/xrTheora_Surface.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "stdafx.h"
2-
#include "xrtheora_surface.h"
3-
#include "xrtheora_stream.h"
2+
#include "xrTheora_Surface.h"
3+
#include "xrTheora_Stream.h"
44

55
CTheoraSurface::CTheoraSurface()
66
{
File renamed without changes.

0 commit comments

Comments
 (0)