mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-09 02:09:35 +00:00
1
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
// $Workfile: $
|
||||
// $Date: $
|
||||
// $NoKeywords: $
|
||||
//=============================================================================//
|
||||
|
||||
// main precompiled header for server files
|
||||
|
||||
#include "platform.h"
|
||||
#include "basetypes.h"
|
||||
#include "tier0/vprof.h"
|
||||
#include "tier0/icommandline.h"
|
||||
#include "tier1/tier1.h"
|
||||
#include "tier1/utlbuffer.h"
|
||||
#include "tier1/utlsymbol.h"
|
||||
#include "mathlib/mathlib.h"
|
||||
#include "tier1/fmtstr.h"
|
||||
#include "tier1/convar.h"
|
||||
|
||||
#include "common.h"
|
||||
#include "qlimits.h"
|
||||
#include "quakedef.h"
|
||||
#include "decal.h"
|
||||
#include "host_cmd.h"
|
||||
#include "cmodel_engine.h"
|
||||
#include "sv_log.h"
|
||||
#include "zone.h"
|
||||
#include "sound.h"
|
||||
#include "vox.h"
|
||||
#include "EngineSoundInternal.h"
|
||||
#include "checksum_engine.h"
|
||||
#include "host.h"
|
||||
#include "keys.h"
|
||||
#include "vengineserver_impl.h"
|
||||
#include "server.h"
|
||||
#include "eiface.h"
|
||||
#include "filesystem.h"
|
||||
#include "filesystem_engine.h"
|
||||
#include "KeyValues.h"
|
||||
#include "console.h"
|
||||
#include "proto_version.h"
|
||||
#include "proto_oob.h"
|
||||
#include "edict.h"
|
||||
#include "server_class.h"
|
||||
Reference in New Issue
Block a user