Skip to content

Commit

Permalink
src/xrEngine - the case of letters in include strings has been changed
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed Jun 30, 2018
1 parent 03c43e4 commit a1dfcaa
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/xrEngine/Device_destroy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include "Include/xrRender/DrawUtils.h"
#include "Render.h"
#include "IGame_Persistent.h"
#include "xr_IOConsole.h"
#include "XR_IOConsole.h"
#include "xr_input.h"

void CRenderDevice::Destroy()
Expand Down
2 changes: 1 addition & 1 deletion src/xrEngine/FDemoRecord.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "x_ray.h"

#include "GameFont.h"
#include "fDemoRecord.h"
#include "FDemoRecord.h"
#include "XR_IOConsole.h"
#include "xr_input.h"
#include "xr_object.h"
Expand Down
2 changes: 1 addition & 1 deletion src/xrEngine/stdafx.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include "xrCore/log.h"
#endif
#include "device.h"
#include "xrCore/fs.h"
#include "xrCore/FS.h"

#include "xrCDB/xrXRC.h"

Expand Down
2 changes: 1 addition & 1 deletion src/xrEngine/xrTheora_Stream.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "stdafx.h"
#include "xrtheora_stream.h"
#include "xrTheora_Stream.h"

#ifdef _EDITOR
//# pragma comment(lib, "x:\\oggB.lib")
Expand Down
2 changes: 1 addition & 1 deletion src/xrEngine/xrTheora_Stream.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#pragma once

#include <theora/theora.h>
#include "xrCore/Stream_Reader.h"
#include "xrCore/stream_reader.h"

class ENGINE_API CTheoraStream
{
Expand Down
4 changes: 2 additions & 2 deletions src/xrEngine/xrTheora_Surface.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "stdafx.h"
#include "xrtheora_surface.h"
#include "xrtheora_stream.h"
#include "xrTheora_Surface.h"
#include "xrTheora_Stream.h"

CTheoraSurface::CTheoraSurface()
{
Expand Down
File renamed without changes.

0 comments on commit a1dfcaa

Please sign in to comment.