Make includes lowercase

master
bibendovsky 2015-08-01 16:40:47 +03:00
parent 9f5176f61f
commit 36e2d4b354
1782 changed files with 7227 additions and 7227 deletions

View File

@ -7,7 +7,7 @@
//
//////////////////////////////////////////////////////////////////////////////
#include "D3DX10.h"
#include "d3dx10.h"
// D3DX10 and D3DX9 math look the same. You can include either one into your project.
// We are intentionally using the header define from D3DX9 math to prevent double-inclusion.
@ -1776,7 +1776,7 @@ HRESULT WINAPI
#endif
#include "D3DX10math.inl"
#include "d3dx10math.inl"
#if _MSC_VER >= 1200
#pragma warning(pop)

View File

@ -1,6 +1,6 @@
#include "stdafx.h"
#include "BaseFx.h"
#include "ClientFX.h"
#include "basefx.h"
#include "clientfx.h"
CBaseFXProps::CBaseFXProps() :
m_pScaleKeys (NULL),

View File

@ -11,8 +11,8 @@
// Includes....
#include "stdafx.h"
#include "BouncyChunkFX.h"
#include "ClientFX.h"
#include "bouncychunkfx.h"
#include "clientfx.h"
// ----------------------------------------------------------------------- //
//

View File

@ -14,7 +14,7 @@
#include "stdafx.h"
#include "clientfx.h"
#include "CamJitterFX.h"
#include "camjitterfx.h"
// ----------------------------------------------------------------------- //
//

View File

@ -12,7 +12,7 @@
#include "stdafx.h"
#include "clientfx.h"
#include "CamWobbleFX.h"
#include "camwobblefx.h"
// ----------------------------------------------------------------------- //
//

View File

@ -12,23 +12,23 @@
#include "stdafx.h"
#include "resource.h"
#include "ClientFX.h"
#include "SpriteSystemFX.h"
#include "SpriteFX.h"
#include "DynaLightFX.h"
#include "PlaySoundFX.h"
#include "CamJitterFX.h"
#include "CamWobbleFX.h"
#include "BouncyChunkFX.h"
#include "NullFX.h"
#include "FallingStuffFX.h"
#include "PolyTubeFX.h"
#include "PlayRandomSoundFX.h"
#include "LTBModelFX.h"
#include "LTBBouncyChunkFX.h"
#include "ParticleSystemFX.h"
#include "CreateFX.h"
#include "FlareSpriteFX.h"
#include "clientfx.h"
#include "spritesystemfx.h"
#include "spritefx.h"
#include "dynalightfx.h"
#include "playsoundfx.h"
#include "camjitterfx.h"
#include "camwobblefx.h"
#include "bouncychunkfx.h"
#include "nullfx.h"
#include "fallingstufffx.h"
#include "polytubefx.h"
#include "playrandomsoundfx.h"
#include "ltbmodelfx.h"
#include "ltbbouncychunkfx.h"
#include "particlesystemfx.h"
#include "createfx.h"
#include "flarespritefx.h"
#include "lightningfx.h"
#ifdef _WIN32

View File

@ -16,7 +16,7 @@
#include "stdafx.h"
#include "fxflags.h"
#include "CreateFX.h"
#include "createfx.h"
// ----------------------------------------------------------------------- //
//

View File

@ -18,7 +18,7 @@
//
#include "basefx.h"
#include "ClientFX.h"
#include "clientfx.h"
class CCreateProps : public CBaseFXProps
{

View File

@ -11,8 +11,8 @@
// Includes....
#include "stdafx.h"
#include "DynaLightFX.h"
#include "ClientFX.h"
#include "dynalightfx.h"
#include "clientfx.h"
// ----------------------------------------------------------------------- //
//

View File

@ -11,9 +11,9 @@
// Includes....
#include "stdafx.h"
#include "ClientFX.h"
#include "FallingStuffFX.h"
#include "FastList.h"
#include "clientfx.h"
#include "fallingstufffx.h"
#include "fastlist.h"
#include "math.h"
// Globals....

View File

@ -15,8 +15,8 @@
//
#include "stdafx.h"
#include "ClientFX.h"
#include "FlareSpriteFX.h"
#include "clientfx.h"
#include "flarespritefx.h"
// #include "ClientServerShared.h"
void fxGetSpriteProps(CFastList<FX_PROP> *pList);

View File

@ -17,7 +17,7 @@
// Includes...
//
#include "SpriteFX.h"
#include "spritefx.h"
class CFlareSpriteProps : public CSpriteProps
{

View File

@ -11,8 +11,8 @@
// Includes....
#include "stdafx.h"
#include "LightningFX.h"
#include "ClientFX.h"
#include "lightningfx.h"
#include "clientfx.h"
// ----------------------------------------------------------------------- //
//

View File

@ -11,8 +11,8 @@
// Includes....
#include "stdafx.h"
#include "LTBBouncyChunkFX.h"
#include "ClientFX.h"
#include "ltbbouncychunkfx.h"
#include "clientfx.h"
// ----------------------------------------------------------------------- //
//

View File

@ -13,8 +13,8 @@
//
#include "stdafx.h"
#include "LTBModelFX.h"
#include "ClientFX.h"
#include "ltbmodelfx.h"
#include "clientfx.h"
//
// Defines...

View File

@ -11,8 +11,8 @@
// Includes....
#include "stdafx.h"
#include "NullFX.h"
#include "ClientFX.h"
#include "nullfx.h"
#include "clientfx.h"
// ----------------------------------------------------------------------- //
//

View File

@ -14,7 +14,7 @@
// Includes....
#include "basefx.h"
#include "ClientFX.h"
#include "clientfx.h"
class CNullProps : public CBaseFXProps
{

View File

@ -15,8 +15,8 @@
//
#include "stdafx.h"
#include "ClientFX.h"
#include "ParticleSystemFX.h"
#include "clientfx.h"
#include "particlesystemfx.h"
//
// Angle macros...

View File

@ -11,8 +11,8 @@
// Includes....
#include "stdafx.h"
#include "PlayRandomSoundFX.h"
#include "ClientFX.h"
#include "playrandomsoundfx.h"
#include "clientfx.h"
#include "stdio.h"
// ----------------------------------------------------------------------- //

View File

@ -11,8 +11,8 @@
// Includes....
#include "stdafx.h"
#include "PlaySoundFX.h"
#include "ClientFX.h"
#include "playsoundfx.h"
#include "clientfx.h"
// ----------------------------------------------------------------------- //
//

View File

@ -11,8 +11,8 @@
// Includes....
#include "stdafx.h"
#include "PolyFanFX.h"
#include "ClientFX.h"
#include "polyfanfx.h"
#include "clientfx.h"
// ----------------------------------------------------------------------- //
//

View File

@ -11,8 +11,8 @@
// Includes....
#include "stdafx.h"
#include "PolyTubeFX.h"
#include "ClientFX.h"
#include "polytubefx.h"
#include "clientfx.h"
// ----------------------------------------------------------------------- //
//

View File

@ -13,7 +13,7 @@
// Includes....
#include "stdafx.h"
#include "ScreenTrail.h"
#include "screentrail.h"
void RenderPolyTrail(ILTClient *pClientDE,
CLinkList<TRAIL_SECTION> *pList,

View File

@ -143,6 +143,6 @@ private:
uint32 m_nIndex;
};
#include "BankedList_impl.h"
#include "bankedlist_impl.h"
#endif //__BANKEDLIST_H__

View File

@ -1,7 +1,7 @@
//////////////////////////////////////////////////////////////////////////////
// Banked List implementation
#include "BankedList.h"
#include "bankedlist.h"
#include <stdio.h>

View File

@ -20,9 +20,9 @@
#include "iltclient.h"
#include "iltmodel.h"
#include "ltobjref.h"
#include "FastList.h"
#include "LinkList.h"
#include "FXProp.h"
#include "fastlist.h"
#include "linklist.h"
#include "fxprop.h"
#include <stdio.h>

View File

@ -1,11 +1,11 @@
//#include "stdafx.h"
#include "FxFlags.h"
#include "FxDefs.h"
#include "fxflags.h"
#include "fxdefs.h"
#include "iltmessage.h"
#include "iltdrawprim.h"
#include "ClientFXDB.h"
#include "clientfxdb.h"
//#include "CMoveMgr.h"
#include "WinUtil.h"
#include "winutil.h"
#define MAX_TAG_SIZE (64)
#define MAX_LINE_SIZE (2048)

View File

@ -15,8 +15,8 @@
#define __CLIENTFXDB_H__
#include <windows.h>
#include "BaseFX.h"
#include "DebugNew.h"
#include "basefx.h"
#include "debugnew.h"
//-------------------------------------------------------------------
// FX_KEY

View File

@ -16,7 +16,7 @@
#include "ltbasedefs.h"
#include "ltobjectcreate.h"
#include "commonutilities.h"
#include "UserFlags.h"
#include "userflags.h"
// dlj replaced when moved to clientfx/shared
//#ifdef _CLIENTBUILD
@ -28,16 +28,16 @@ class ILTCommon;
extern ILTCommon *g_pLTCCommon;
#include "FxFlags.h"
#include "FxDefs.h"
#include "fxflags.h"
#include "fxdefs.h"
#include "iltmessage.h"
#include "iltdrawprim.h"
#include "ClientFXMgr.h"
#include "clientfxmgr.h"
//#include "PlayerMgr.h"
//#include "CMoveMgr.h"
#include "WinUtil.h"
#include "ClientFXDB.h"
#include "BankedList.h"
#include "winutil.h"
#include "clientfxdb.h"
#include "bankedlist.h"
// Defines....

View File

@ -13,11 +13,11 @@
// Includes....
#include "DebugNew.h"
#include "debugnew.h"
#include "iltclient.h"
#include "basefx.h"
#include "FxFlags.h"
#include "FxDefs.h"
#include "fxflags.h"
#include "fxdefs.h"
// Forwards....
struct CLIENTFX_INSTANCE;

View File

@ -8,9 +8,9 @@
//
// ----------------------------------------------------------------------- //
#include "CommonUtilities.h"
#include "commonutilities.h"
#include "ltbasedefs.h"
#include "ParsedMsg.h"
#include "parsedmsg.h"
int GetRandom()

View File

@ -1,7 +1,7 @@
//////////////////////////////////////////////////////////////////////////////
// Debug new handler implementation
#include "StdAfx.h"
#include "stdafx.h"
#ifdef LTMEMTRACK

View File

@ -39,6 +39,6 @@
#endif // LTMEMTRACK
#include "DebugNew_impl.h"
#include "debugnew_impl.h"
#endif //__DEBUGNEW_H__

View File

@ -3,7 +3,7 @@
//#include "stdafx.h"
#include "ParsedMsg.h"
#include "parsedmsg.h"
CParsedMsg::CToken CParsedMsg::s_cEmptyToken("");

View File

@ -4,7 +4,7 @@
#ifndef __PARSEDMSG_H__
#define __PARSEDMSG_H__
#include "DebugNew.h"
#include "debugnew.h"
class CParsedMsg

View File

@ -1,5 +1,5 @@
#include "StdAfx.h"
#include "TemplateList.h"
#include "stdafx.h"
#include "templatelist.h"
int s_cLTLinkBankRefCount = 0;
CBankedList<LTLink>* s_pLTLinkBank = LTNULL;

View File

@ -20,7 +20,7 @@
#include "ltlink.h"
#include "globals.h"
#include "BankedList.h"
#include "bankedlist.h"
enum TListItemType { TLIT_FIRST=0, TLIT_NEXT, TLIT_CURRENT, TLIT_LAST };

View File

@ -5,9 +5,9 @@
#include "winutil.h"
#include <time.h>
#include <direct.h>
#include <IO.h>
#include <io.h>
#include "ltbasedefs.h"
#include "CommonUtilities.h"
#include "commonutilities.h"
BOOL CWinUtil::GetMoviesPath (char* strPath)
{

View File

@ -13,8 +13,8 @@
//
#include "stdafx.h"
#include "ClientFX.h"
#include "SpriteFX.h"
#include "clientfx.h"
#include "spritefx.h"
#include "iltspritecontrol.h"
//Function to handle filtering of the intersect segment calls needed by the flare sprite

View File

@ -11,10 +11,10 @@
// Includes....
#include "stdafx.h"
#include "ClientFX.h"
#include "SpriteSystemFX.h"
#include "FastList.h"
#include "CycleTimer.h"
#include "clientfx.h"
#include "spritesystemfx.h"
#include "fastlist.h"
#include "cycletimer.h"
#include "iltspritecontrol.h"
#include "stdio.h"
#include "time.h"

View File

@ -13,7 +13,7 @@
#include "mfcstub.h"
#include "DebugNew.h"
#include "debugnew.h"
#include "iltclient.h"
#include "iltserver.h"
@ -29,7 +29,7 @@
#include "ltobjectcreate.h"
#include "iltcommon.h"
#include "TemplateList.h"
#include "templatelist.h"
extern ILTClient *g_pLTClient;

View File

@ -5,8 +5,8 @@ static const char RngInterstitialClientVersion[] = "Version 1.1";
#include "stdafx.h"
#include "stdio.h"
#include "RngInterstitialClient.h"
#include "../RngInterstitial/RngInterstitial.h"
#include "rnginterstitialclient.h"
#include "../rnginterstitial/rnginterstitial.h"
typedef INTERSTITIAL_API int (CALLBACK* GAMEPROC)(UINT);

View File

@ -35,7 +35,7 @@
#include <windows.h>
#include <windef.h>
#include <winnt.h>
#include <Tchar.h>
#include <tchar.h>
#define ASSERT _ASSERT // use the CRT version of ASSERT

View File

@ -32,7 +32,7 @@
#include "crtdebug.h"
// RealNetworks Interstitial DLL
#include "RngInterstitialClient.h"
#include "rnginterstitialclient.h"
// RealArcade client lib
#include "rngclib.h"

View File

@ -16,8 +16,8 @@
*/
#ifdef _VXWORKS
#include "types/vxTypesOld.h"
#include "vxWorks.h"
#include "types/vxtypesold.h"
#include "vxworks.h"
/* md3 - added to override SENS macro. net/mbuf.h */
# ifdef m_flags
# undef m_flags
@ -596,7 +596,7 @@ typedef ULONG32 PNXIMAGE;
/* throw in some defines for VXWORKS */
#define MAXPATHLEN 255
#include "vxworks/MemOverd.h"
#include "vxworks/memoverd.h"
#endif

View File

@ -2,7 +2,7 @@
#define __LTADEFAULTALLOC_H__
#ifndef __ILTAALLOCATOR_H__
# include "ILTAAllocator.h"
# include "iltaallocator.h"
#endif
class CLTADefaultAlloc :

View File

@ -2,7 +2,7 @@
#define __LTALOADONLYALLOC_H__
#ifndef __ILTAALLOCATOR_H__
# include "ILTAAllocator.h"
# include "iltaallocator.h"
#endif
//forward declarations

View File

@ -59,7 +59,7 @@ class CLTRealVideoMgr;
#endif
#ifdef COMPILE_JUPITER_EVAL
#include "WaterMark.h"
#include "watermark.h"
#endif
#include <vector>

View File

@ -2,7 +2,7 @@
//#ifndef _CONSOLE
//#include "windows.h"
//#endif
#include "ControlFileMgr.h"
#include "controlfilemgr.h"
#include "ltmem.h"
#include <stdlib.h>
#include <stdio.h>

View File

@ -57,8 +57,8 @@
#include "rmacomm.h" /* IRMACommonClassFactory */
#include "rmapckts.h" /* IRMAValues, IRMABuffers */
#include "LTRealFileSystem.h" /* LITH_FILE_SYS_PROTOCOL */
#include "LTRealFileObject.h" /* LTRealFileObject */
#include "ltrealfilesystem.h" /* LITH_FILE_SYS_PROTOCOL */
#include "ltrealfileobject.h" /* LTRealFileObject */
#if defined (_MACINTOSH)
#include <stat.h> /* struct stat */

View File

@ -100,8 +100,8 @@
#include "rmacomm.h" /* IRMACommonClassFactory */
#include "rmapckts.h" /* IRMAValues */
#include "LTRealFileSystem.h" /* LTRealFileSystem */
#include "LTRealFileObject.h" /* LTRealFileObject */
#include "ltrealfilesystem.h" /* LTRealFileSystem */
#include "ltrealfileobject.h" /* LTRealFileObject */
/****************************************************************************
* RMACreateInstance ref: rmaplugn.h

View File

@ -2,7 +2,7 @@
//
#include "stdafx.h"
#include "RealFileSystem.h"
#include "realfilesystem.h"
BOOL APIENTRY DllMain( HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserved )
{

View File

@ -2,8 +2,8 @@
//
#include "stdafx.h"
#include "Install.h"
#include "InstallDlg.h"
#include "install.h"
#include "installdlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW

View File

@ -2,8 +2,8 @@
//
#include "stdafx.h"
#include "Install.h"
#include "InstallDlg.h"
#include "install.h"
#include "installdlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW

View File

@ -33,9 +33,9 @@
#include "rmaausvc.h"
#include "rmawin.h"
#include "LTRClientAdviceSink.h"
#include "LTRErrorSink.h"
#include "LTRSiteSupplier.h"
#include "ltrclientadvicesink.h"
#include "ltrerrorsink.h"
#include "ltrsitesupplier.h"
//-----------------------------------------------------------------------------
// Client context class

View File

@ -32,11 +32,11 @@
#include "rmaausvc.h"
#include "rmawin.h"
#include "LTRClientContext.h"
#include "LTRAudioDevice.h"
#include "LTRAudioHook.h"
#include "LTRAudioInfoResponse.h"
#include "LTReal_impl.h"
#include "ltrclientcontext.h"
#include "ltraudiodevice.h"
#include "ltraudiohook.h"
#include "ltraudioinforesponse.h"
#include "ltreal_impl.h"
class CLTRealAudioPlayer;
typedef CLithBaseList<CLTRealAudioPlayer> AudioPlayerList;

View File

@ -33,9 +33,9 @@
#include "rmaausvc.h"
#include "rmawin.h"
#include "LTRClientContext.h"
#include "LTRAudioDevice.h"
#include "LTRClientEngineSetup.h"
#include "ltrclientcontext.h"
#include "ltraudiodevice.h"
#include "ltrclientenginesetup.h"
#define LTREALCOREPLUGINFILENAME "LITH3210.DLL"
#define LTREALCOREENGINEFILENAME "PNEN3260.DLL" // Rahul@real.com said this value shouldn't change [mds 1/20/2001]

View File

@ -33,9 +33,9 @@
#include "rmaausvc.h"
#include "rmawin.h"
#include "LTRClientContext.h"
#include "LTRAudioDevice.h"
#include "LTRClientEngineSetup.h"
#include "ltrclientcontext.h"
#include "ltraudiodevice.h"
#include "ltrclientenginesetup.h"
//-----------------------------------------------------------------------------
#define LITH_PLUGIN_VERSION 0

View File

@ -34,13 +34,13 @@
#include "rmawin.h"
#include "rmavsurf.h"
#include "LTRClientContext.h"
#include "LTRAudioDevice.h"
#include "LTRAudioHook.h"
#include "LTRAudioInfoResponse.h"
#include "LTRVDef.h"
#include "LTRVideoOverlay.h"
#include "LTReal_impl.h"
#include "ltrclientcontext.h"
#include "ltraudiodevice.h"
#include "ltraudiohook.h"
#include "ltraudioinforesponse.h"
#include "ltrvdef.h"
#include "ltrvideooverlay.h"
#include "ltreal_impl.h"
#include "de_world.h"

View File

@ -12,7 +12,7 @@
#ifdef LITHTECH_ESD
#include "LTRVideoOverlay.h"
#include "ltrvideooverlay.h"
#include "iltesd.h"
#include "interface_helpers.h"
extern int32 g_ScreenWidth, g_ScreenHeight;

View File

@ -34,7 +34,7 @@
#include "rmawin.h"
#include "rmavsurf.h"
#include "LTRVDef.h"
#include "ltrvdef.h"
// Screen support
//#include "ddutils.h"

View File

@ -36,8 +36,8 @@
#include "rmasite2.h"
#include "rmaevent.h"
#include "LTRList.h"
#include "LTRVideoSurface.h"
#include "ltrlist.h"
#include "ltrvideosurface.h"
//-----------------------------------------------------------------------------
class NonDelegatingUnknown

View File

@ -15,7 +15,7 @@
#endif
#ifndef DE_SERVER_COMPILE
#include "ConsoleCommands.h"
#include "consolecommands.h"
#endif // DE_SERVER_COMPILE
#ifdef _WIN32

View File

@ -1,7 +1,7 @@
// Win32_PerfCounterManager.cpp
#include "bdefs.h"
#include "DDPerfCounterManager.h"
#include "ddperfcountermanager.h"
#ifndef NO_PROFILE

View File

@ -7,7 +7,7 @@
#ifndef __PERFCOUNTERMANAGER_H__
#include "PerfCounterManager.h"
#include "perfcountermanager.h"
#endif
#ifndef __ILTPERFCOUNTER_H__

View File

@ -18,7 +18,7 @@
#include "dshowvideomgrimpl.h"
#include "../../../../Libs/MFCStub/mfcs_macros.h"
#include "../../../../libs/mfcstub/mfcs_macros.h"
//----------------------------------------------------------------------------
//

View File

@ -40,7 +40,7 @@
#include "streams.h"
#include "../../../../Libs/MFCStub/mfcs_com_ptr.h"
#include "../../../../libs/mfcstub/mfcs_com_ptr.h"
class DShowVideoInst;

View File

@ -4,7 +4,7 @@
#include "renderstruct.h"
#include "common_draw.h"
#include "common_stuff.h"
#include "FixedPoint.h"
#include "fixedpoint.h"
#include "de_mainworld.h"
#include "rendererframestats.h"
#include "rendertargetmgr.h"

View File

@ -24,7 +24,7 @@
#include "screenglowmgr.h"
#include "d3d_draw.h"
#include "rendererconsolevars.h"
#include "ConsoleCommands.h"
#include "consolecommands.h"
// The global D3D Shell...
CD3D_Device g_Device;

View File

@ -20,7 +20,7 @@ define_holder(IClientShell, i_client_shell);
#include "d3d_rendershader_dynamiclight.h"
#include "LTEffectImpl.h"
#include "lteffectimpl.h"
#include "lteffectshadermgr.h"
#include "ltshaderdevicestateimp.h"
#include "rendererconsolevars.h"

View File

@ -4,7 +4,7 @@
#ifndef __D3DRENDOBJ_SPRITEARRAY_H__
#define __D3DRENDOBJ_SPRITEARRAY_H__
#include "VertexBufferController.h"
#include "vertexbuffercontroller.h"
#include "ltrenderstyle.h"
class SharedTexture;

View File

@ -13,7 +13,7 @@
#include "de_objects.h"
#include "ltshaderdevicestateimp.h"
#include "rendererconsolevars.h"
#include "LTEffectImpl.h"
#include "lteffectimpl.h"
#include "lteffectshadermgr.h"
#include <set>
#include <vector>

View File

@ -15,7 +15,7 @@
#include "de_objects.h"
#include "ltshaderdevicestateimp.h"
#include "rendererconsolevars.h"
#include "LTEffectImpl.h"
#include "lteffectimpl.h"
#include "lteffectshadermgr.h"

View File

@ -7,7 +7,7 @@
#include "model.h"
#include "common_stuff.h"
#include "VertexBufferController.h"
#include "vertexbuffercontroller.h"
#include "d3d_renderstyle.h"

View File

@ -19,7 +19,7 @@ define_holder(IClientShell, i_client_shell);
#include "renderstruct.h"
#include "counter.h"
#include "LTEffectImpl.h"
#include "lteffectimpl.h"
#include "lteffectshadermgr.h"
#include "ltshaderdevicestateimp.h"
#include "rendererconsolevars.h"

View File

@ -35,7 +35,7 @@ define_holder(IClientShell, i_client_shell);
#include "ltpixelshadermgr.h"
#include "rendererframestats.h"
#include "LTEffectImpl.h"
#include "lteffectimpl.h"
#include "lteffectshadermgr.h"
#include "ltshaderdevicestateimp.h"
#include "rendererconsolevars.h"

View File

@ -18,7 +18,7 @@ define_holder(IClientShell, i_client_shell);
#include "renderstruct.h"
#include "counter.h"
#include "LTEffectImpl.h"
#include "lteffectimpl.h"
#include "lteffectshadermgr.h"
#include "ltshaderdevicestateimp.h"
#include "rendererconsolevars.h"

View File

@ -17,7 +17,7 @@ define_holder(IClientShell, i_client_shell);
#include "relevantlightlist.h"
#include "rendererframestats.h"
#include "LTEffectImpl.h"
#include "lteffectimpl.h"
#include "lteffectshadermgr.h"
#include "ltshaderdevicestateimp.h"
#include "rendererconsolevars.h"

View File

@ -1,12 +1,12 @@
#include "precompile.h"
#include "LTEffectImpl.h"
#include "lteffectimpl.h"
#include "rendererconsolevars.h"
#include "render.h"
#include "d3d_device.h"
#include "d3d_texture.h"
#include "d3d_utils.h"
#include "LTEffectInclude.h"
#include "lteffectinclude.h"
#include "lteffectshadermgr.h"
#include "rendertargetmgr.h"
#include "rendertarget.h"

View File

@ -1,5 +1,5 @@
#include "precompile.h"
#include "LTEffectInclude.h"
#include "lteffectinclude.h"
#include "rendererconsolevars.h"
//IClientFileMgr

View File

@ -14,7 +14,7 @@
#include "ltbasedefs.h"
#include "ltidtoobjecttable.h"
#include "LTEffectImpl.h"
#include "lteffectimpl.h"
#include <d3dx9.h>

View File

@ -13,7 +13,7 @@
//------------------------------------------------------------------
#include "precompile.h"
#include "LTShaderDeviceStateImp.h"
#include "ltshaderdevicestateimp.h"
#include "d3d_device.h"
#include "common_draw.h"
#include "renderstruct.h"

View File

@ -4,7 +4,7 @@
#include "d3dmeshrendobj_skel.h"
#include "d3dmeshrendobj_rigid.h"
#include "lteffectshadermgr.h"
#include "LTEffectImpl.h"
#include "lteffectimpl.h"
#include "setupmodel.h"
#include "d3d_utils.h"

View File

@ -16,7 +16,7 @@ define_holder(IClientShell, i_client_shell);
#include "devicelightlist.h"
#include "renderstylemap.h"
#include "rendererframestats.h"
#include "LTEffectImpl.h"
#include "lteffectimpl.h"
#include "lteffectshadermgr.h"
#include "ltshaderdevicestateimp.h"
#include "rendererconsolevars.h"

View File

@ -9,7 +9,7 @@
//#include "Model.h"
//#include "de_world.h"
//#include "VertexBufferController.h"
#include "SimD_Utilities.h"
#include "simd_utilities.h"
//#include "setupmodel.h"

View File

@ -19,7 +19,7 @@
//
/*
#include <windows.h>
#include "SimD_Utilities.h"
#include "simd_utilities.h"
#include <memory.h>
#ifdef USE_AMLIB
#include "amaths.h"

View File

@ -261,7 +261,7 @@ extern const F32vec4 _MASKSIGN_;
// Include all the inlined functions
#include "SimD_Utilities.inl"
#include "simd_utilities.inl"
*/
#endif // __SIMD_UTILITIES_H__

View File

@ -1,7 +1,7 @@
// VertexBufferController.cpp
#include "precompile.h"
#include "VertexBufferController.h"
#include "vertexbuffercontroller.h"
#include "d3d_device.h"
#include "d3d_renderstatemgr.h"

View File

@ -23,7 +23,7 @@ define_holder(IClientShell, i_client_shell);
#include "d3d_viewparams.h"
#include "common_draw.h"
#include "LTEffectImpl.h"
#include "lteffectimpl.h"
#include "lteffectshadermgr.h"
#include "ltshaderdevicestateimp.h"
#include "rendererconsolevars.h"

View File

@ -2,7 +2,7 @@
#include "bdefs.h"
#include "ilttexinterface.h"
#include "d3dtexinterface.h"
#include "Render.h"
#include "render.h"
#include "dtxmgr.h"
#include "colorops.h"
#include "clientmgr.h"

View File

@ -7,7 +7,7 @@
// For debug logging
#include "stdio.h"
#include "SysCounter.h"
#include "syscounter.h"
#include <vector>

File diff suppressed because it is too large Load Diff

View File

@ -26,12 +26,12 @@
#include "ltsysoptim.h"
#endif
#include "LTFontParams.h"
#include "ltfontparams.h"
#include "iltclient.h"
#include "interface_helpers.h"
#include <TCHAR.h>
#include <tchar.h>
// get the ILTTexInterface from the interface database
static ILTTexInterface *pTexInterface = NULL;

View File

@ -66,9 +66,9 @@
#include <truetype/ttobjs.h>
#include <type1/t1objs.h>
#include <Resources.h>
#include <Fonts.h>
#include <Errors.h>
#include <resources.h>
#include <fonts.h>
#include <errors.h>
#include <ctype.h> /* for isupper() and isalnum() */

View File

@ -14,9 +14,9 @@
#ifndef ILTESD_H
#define ILTESD_H
#include ".\\esd\\ILTRealAudio.h"
#include ".\\esd\\ILTRealConsole.h"
#include ".\\esd\\ILTRealVideo.h"
#include ".\\esd\\iltrealaudio.h"
#include ".\\esd\\iltrealconsole.h"
#include ".\\esd\\iltrealvideo.h"
#endif //! ILTESD_H
#endif // LITHTECH_ESD

View File

@ -16,7 +16,7 @@
#include <windows.h>
#include <assert.h>
#include <Tlhelp32.h>
#include <tlhelp32.h>
#include "dbghelp.h"
//#include <list>

View File

@ -1,6 +1,6 @@
#include "stdafx.h"
#include "BaseFx.h"
#include "ClientFX.h"
#include "basefx.h"
#include "clientfx.h"
CBaseFXProps::CBaseFXProps() :
m_pScaleKeys (NULL),

View File

@ -11,8 +11,8 @@
// Includes....
#include "stdafx.h"
#include "BouncyChunkFX.h"
#include "ClientFX.h"
#include "bouncychunkfx.h"
#include "clientfx.h"
// ----------------------------------------------------------------------- //
//

View File

@ -14,7 +14,7 @@
#include "stdafx.h"
#include "clientfx.h"
#include "CamJitterFX.h"
#include "camjitterfx.h"
// ----------------------------------------------------------------------- //
//

View File

@ -12,7 +12,7 @@
#include "stdafx.h"
#include "clientfx.h"
#include "CamWobbleFX.h"
#include "camwobblefx.h"
// ----------------------------------------------------------------------- //
//

Some files were not shown because too many files have changed in this diff Show More