mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Remove unnecessary include
basetypes.h is now precompiled
This commit is contained in:
parent
b9af86b9c1
commit
381b97eb65
@ -5,7 +5,6 @@
|
||||
//=============================================================================//
|
||||
|
||||
#include "core/stdafx.h"
|
||||
#include "tier0/basetypes.h"
|
||||
#include "client/IVEngineClient.h"
|
||||
|
||||
//#ifdef GAMEDLL_S3
|
||||
|
@ -1,6 +1,5 @@
|
||||
#include "core/stdafx.h"
|
||||
/*****************************************************************************/
|
||||
#include "tier0/basetypes.h"
|
||||
#include "tier0/IConVar.h"
|
||||
#include "tier0/cvar.h"
|
||||
#include "tier0/commandline.h"
|
||||
|
@ -1,5 +1,4 @@
|
||||
#pragma once
|
||||
#include "tier0/basetypes.h"
|
||||
|
||||
enum class ClientFrameStage_t : int
|
||||
{
|
||||
|
@ -1,5 +1,4 @@
|
||||
#pragma once
|
||||
#include "tier0/basetypes.h"
|
||||
#include "server/IVEngineServer.h"
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
@ -3,7 +3,6 @@
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
||||
#include "core/stdafx.h"
|
||||
#include "tier0/basetypes.h"
|
||||
#include "common/opcodes.h"
|
||||
#include "engine/host_cmd.h"
|
||||
#include "materialsystem/materialsystem.h"
|
||||
|
@ -1,5 +1,4 @@
|
||||
#pragma once
|
||||
#include "tier0/basetypes.h"
|
||||
|
||||
namespace
|
||||
{
|
||||
|
@ -1,5 +1,4 @@
|
||||
#pragma once
|
||||
#include "tier0/basetypes.h"
|
||||
#include "tier0/completion.h"
|
||||
#include "public/include/utility.h"
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
#pragma once
|
||||
#include "tier0/basetypes.h"
|
||||
#include "engine/debugoverlay.h"
|
||||
|
||||
namespace
|
||||
|
@ -1,5 +1,4 @@
|
||||
#include "core/stdafx.h"
|
||||
#include "tier0/basetypes.h"
|
||||
#include "engine/host_cmd.h"
|
||||
|
||||
// TODO: this file is for when dedicated is stable, to move hardcoded patches in Host_Init for a more dynamic solution.
|
||||
|
@ -1,6 +1,5 @@
|
||||
#pragma once
|
||||
#include "core/stdafx.h"
|
||||
#include "tier0/basetypes.h"
|
||||
#include "common/protocol.h"
|
||||
#include "client/client.h"
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
#pragma once
|
||||
#include "tier0/basetypes.h"
|
||||
#include "tier0/interface.h"
|
||||
|
||||
class CEngineAPI
|
||||
|
@ -1,5 +1,4 @@
|
||||
#pragma once
|
||||
#include "tier0/basetypes.h"
|
||||
|
||||
namespace
|
||||
{
|
||||
|
@ -1,5 +1,4 @@
|
||||
#pragma once
|
||||
#include "tier0/basetypes.h"
|
||||
|
||||
#define JOYSTICK_BUTTON_INTERNAL( _joystick, _button ) ( JOYSTICK_FIRST_BUTTON + ((_joystick) * JOYSTICK_MAX_BUTTON_COUNT) + (_button) )
|
||||
#define JOYSTICK_POV_BUTTON_INTERNAL( _joystick, _button ) ( JOYSTICK_FIRST_POV_BUTTON + ((_joystick) * JOYSTICK_POV_BUTTON_COUNT) + (_button) )
|
||||
|
@ -1,5 +1,4 @@
|
||||
#pragma once
|
||||
#include "tier0/basetypes.h"
|
||||
|
||||
namespace
|
||||
{
|
||||
|
@ -2,7 +2,6 @@
|
||||
//
|
||||
|
||||
#include "core/stdafx.h"
|
||||
#include "tier0/basetypes.h"
|
||||
#include "tier0/cvar.h"
|
||||
#include "engine/sys_utils.h"
|
||||
#include "networksystem/r5net.h"
|
||||
|
@ -1,5 +1,4 @@
|
||||
#include "core/stdafx.h"
|
||||
#include "tier0/basetypes.h"
|
||||
#include "engine/host_cmd.h"
|
||||
#include "engine/sys_utils.h"
|
||||
#include "rtech/rtech_game.h"
|
||||
|
@ -1,5 +1,4 @@
|
||||
#pragma once
|
||||
#include "tier0/basetypes.h"
|
||||
|
||||
namespace
|
||||
{
|
||||
|
@ -1,5 +1,4 @@
|
||||
#pragma once
|
||||
#include "tier0/basetypes.h"
|
||||
#include "networksystem/r5net.h"
|
||||
|
||||
struct user_creds
|
||||
|
@ -1,5 +1,4 @@
|
||||
#pragma once
|
||||
#include "tier0/basetypes.h"
|
||||
|
||||
namespace
|
||||
{
|
||||
|
@ -6,7 +6,6 @@
|
||||
|
||||
#include "core/stdafx.h"
|
||||
#include "core/logdef.h"
|
||||
#include "tier0/basetypes.h"
|
||||
#include "tier0/cvar.h"
|
||||
#include "tier0/IConVar.h"
|
||||
#include "tier0/commandline.h"
|
||||
|
@ -1,5 +1,4 @@
|
||||
#pragma once
|
||||
#include "basetypes.h"
|
||||
#include "ConCommand.h"
|
||||
#include "mathlib/color.h"
|
||||
|
||||
|
@ -6,7 +6,6 @@
|
||||
|
||||
#include "core/stdafx.h"
|
||||
#include "windows/id3dx.h"
|
||||
#include "tier0/basetypes.h"
|
||||
#include "tier0/cvar.h"
|
||||
#include "tier0/IConVar.h"
|
||||
#include "tier0/completion.h"
|
||||
|
@ -1,5 +1,4 @@
|
||||
#pragma once
|
||||
#include "tier0/basetypes.h"
|
||||
#include "tier0/IConVar.h"
|
||||
|
||||
namespace
|
||||
|
@ -1,6 +1,5 @@
|
||||
#pragma once
|
||||
#include "core/stdafx.h"
|
||||
#include "tier0/basetypes.h"
|
||||
#include "mathlib/color.h"
|
||||
|
||||
enum class LogType_t : int
|
||||
|
@ -1,5 +1,4 @@
|
||||
#pragma once
|
||||
#include "tier0/basetypes.h"
|
||||
|
||||
namespace
|
||||
{
|
||||
|
@ -1,5 +1,4 @@
|
||||
#pragma once
|
||||
#include "tier0/basetypes.h"
|
||||
|
||||
#define MAKE_3_BYTES_FROM_1_AND_2( x1, x2 ) (( (( std::uint16_t )x2) << 8 ) | (std::uint8_t)(x1))
|
||||
extern std::vector<std::string> g_szAllPlaylists;
|
||||
|
Loading…
x
Reference in New Issue
Block a user