mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 12:06:07 +08:00
Fix interface.h includes
This commit is contained in:

committed by
Nicholas Hastings

parent
b58d27b75d
commit
6455c156af
@ -10,7 +10,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "tier1/interface.h"
|
#include "tier0/interface.h"
|
||||||
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#include "tier1/interface.h"
|
#include "tier0/interface.h"
|
||||||
#include "tier1/utlvector.h"
|
#include "tier1/utlvector.h"
|
||||||
#include "tier1/utldict.h"
|
#include "tier1/utldict.h"
|
||||||
#include "tier1/UtlStringMap.h"
|
#include "tier1/UtlStringMap.h"
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "tier1/interface.h"
|
#include "tier0/interface.h"
|
||||||
#include "bitmap/imageformat.h" //ImageFormat enum definition
|
#include "bitmap/imageformat.h" //ImageFormat enum definition
|
||||||
|
|
||||||
class CUtlBuffer;
|
class CUtlBuffer;
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "tier1/interface.h"
|
#include "tier0/interface.h"
|
||||||
#include "tier1/utlvector.h"
|
#include "tier1/utlvector.h"
|
||||||
#include "tier1/utlsymbollarge.h"
|
#include "tier1/utlsymbollarge.h"
|
||||||
#include "appframework/IAppSystem.h"
|
#include "appframework/IAppSystem.h"
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "tier1/interface.h"
|
#include "tier0/interface.h"
|
||||||
#include "mathlib/vmatrix.h"
|
#include "mathlib/vmatrix.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "tier1/interface.h"
|
#include "tier0/interface.h"
|
||||||
#include "mathlib/vector.h"
|
#include "mathlib/vector.h"
|
||||||
#include "mathlib/vector4d.h"
|
#include "mathlib/vector4d.h"
|
||||||
#include "tier1/utlbuffer.h"
|
#include "tier1/utlbuffer.h"
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "tier1/interface.h"
|
#include "tier0/interface.h"
|
||||||
|
|
||||||
|
|
||||||
class IVTex
|
class IVTex
|
||||||
|
@ -17,7 +17,7 @@ class IMatchSession;
|
|||||||
|
|
||||||
#include "appframework/iAppSystem.h"
|
#include "appframework/iAppSystem.h"
|
||||||
|
|
||||||
#include "tier1/interface.h"
|
#include "tier0/interface.h"
|
||||||
#include "keyvalues.h"
|
#include "keyvalues.h"
|
||||||
|
|
||||||
#if !defined( _X360 )
|
#if !defined( _X360 )
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "tier1/interface.h"
|
#include "tier0/interface.h"
|
||||||
#include "tier0/basetypes.h"
|
#include "tier0/basetypes.h"
|
||||||
#include "bitmap/imageformat.h"
|
#include "bitmap/imageformat.h"
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
#define GAMMA 2.2f
|
#define GAMMA 2.2f
|
||||||
#define TEXGAMMA 2.2f
|
#define TEXGAMMA 2.2f
|
||||||
|
|
||||||
#include "tier1/interface.h"
|
#include "tier0/interface.h"
|
||||||
#include "tier1/refcount.h"
|
#include "tier1/refcount.h"
|
||||||
#include "mathlib/vector.h"
|
#include "mathlib/vector.h"
|
||||||
#include "mathlib/vector4d.h"
|
#include "mathlib/vector4d.h"
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#include "tier1/interface.h"
|
#include "tier0/interface.h"
|
||||||
#include "tier2/tier2.h"
|
#include "tier2/tier2.h"
|
||||||
|
|
||||||
#include "bitmap/imageformat.h"
|
#include "bitmap/imageformat.h"
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "tier1/interface.h"
|
#include "tier0/interface.h"
|
||||||
#include "materialsystem/imaterial.h"
|
#include "materialsystem/imaterial.h"
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "tier1/interface.h"
|
#include "tier0/interface.h"
|
||||||
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#include "tier1/utlstring.h"
|
#include "tier1/utlstring.h"
|
||||||
#include "tier1/utlstringmap.h"
|
#include "tier1/utlstringmap.h"
|
||||||
#include "tier1/utlvector.h"
|
#include "tier1/utlvector.h"
|
||||||
#include "tier1/interface.h"
|
#include "tier0/interface.h"
|
||||||
#include "mathlib/mathlib.h"
|
#include "mathlib/mathlib.h"
|
||||||
|
|
||||||
#include "ValveMaya/Undo.h"
|
#include "ValveMaya/Undo.h"
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "tier1/interface.h"
|
#include "tier0/interface.h"
|
||||||
#include "appframework/IAppSystem.h"
|
#include "appframework/IAppSystem.h"
|
||||||
#include "bitmap/imageformat.h"
|
#include "bitmap/imageformat.h"
|
||||||
#include "tier1/utlbuffer.h"
|
#include "tier1/utlbuffer.h"
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "tier1/interface.h"
|
#include "tier0/interface.h"
|
||||||
#include "tier1/utlvector.h"
|
#include "tier1/utlvector.h"
|
||||||
#include "Color.h"
|
#include "Color.h"
|
||||||
#include "basehandle.h"
|
#include "basehandle.h"
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <vgui/VGUI.h>
|
#include <vgui/VGUI.h>
|
||||||
#include "tier1/interface.h"
|
#include "tier0/interface.h"
|
||||||
#include "vgui/MouseCode.h"
|
#include "vgui/MouseCode.h"
|
||||||
#include "vgui/KeyCode.h"
|
#include "vgui/KeyCode.h"
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <vgui/VGUI.h>
|
#include <vgui/VGUI.h>
|
||||||
#include "tier1/interface.h"
|
#include "tier0/interface.h"
|
||||||
#include "tier1/utlvector.h"
|
#include "tier1/utlvector.h"
|
||||||
|
|
||||||
#ifdef SendMessage
|
#ifdef SendMessage
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "vgui/vgui.h"
|
#include "vgui/vgui.h"
|
||||||
#include "tier1/interface.h"
|
#include "tier0/interface.h"
|
||||||
#include "tier1/utlsymbol.h"
|
#include "tier1/utlsymbol.h"
|
||||||
|
|
||||||
class Color;
|
class Color;
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
#include "vgui/VGUI.h"
|
#include "vgui/VGUI.h"
|
||||||
#include "vgui/IHTML.h" // CreateHTML, PaintHTML
|
#include "vgui/IHTML.h" // CreateHTML, PaintHTML
|
||||||
#include "tier1/interface.h"
|
#include "tier0/interface.h"
|
||||||
#include "bitmap/imageformat.h"
|
#include "bitmap/imageformat.h"
|
||||||
|
|
||||||
#include "appframework/IAppSystem.h"
|
#include "appframework/IAppSystem.h"
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "tier1/interface.h"
|
#include "tier0/interface.h"
|
||||||
#include "tier1/keyvalues.h"
|
#include "tier1/keyvalues.h"
|
||||||
#include <vgui/VGUI.h>
|
#include <vgui/VGUI.h>
|
||||||
#include <vgui/KeyCode.h>
|
#include <vgui/KeyCode.h>
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "tier1/interface.h"
|
#include "tier0/interface.h"
|
||||||
#include <vgui/VGUI.h>
|
#include <vgui/VGUI.h>
|
||||||
|
|
||||||
#include "appframework/IAppSystem.h"
|
#include "appframework/IAppSystem.h"
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#include <vgui/IPanel.h>
|
#include <vgui/IPanel.h>
|
||||||
#include <vstdlib/IKeyValuesSystem.h>
|
#include <vstdlib/IKeyValuesSystem.h>
|
||||||
|
|
||||||
#include "tier1/interface.h"
|
#include "tier0/interface.h"
|
||||||
#include "vgui/MouseCode.h"
|
#include "vgui/MouseCode.h"
|
||||||
#include "vgui/KeyCode.h"
|
#include "vgui/KeyCode.h"
|
||||||
#include "tier3/tier3.h"
|
#include "tier3/tier3.h"
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#include "tier1/interface.h"
|
#include "tier0/interface.h"
|
||||||
#include "appframework/IAppSystem.h"
|
#include "appframework/IAppSystem.h"
|
||||||
#include "mathlib/vector.h"
|
#include "mathlib/vector.h"
|
||||||
#include "mathlib/vector4d.h"
|
#include "mathlib/vector4d.h"
|
||||||
|
Reference in New Issue
Block a user