mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-09 10:19:38 +00:00
engine/audio: fix build
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#include "eax.h"
|
||||
#include "tier0/icommandline.h"
|
||||
#include "video//ivideoservices.h"
|
||||
#include "../../sys_dll.h"
|
||||
#include "sys_dll.h"
|
||||
|
||||
// memdbgon must be the last include file in a .cpp file!!!
|
||||
#include "tier0/memdbgon.h"
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
#if !DEDICATED
|
||||
|
||||
#include "tier0/dynfunction.h"
|
||||
#include "video//ivideoservices.h"
|
||||
#include "../../sys_dll.h"
|
||||
#include "video/ivideoservices.h"
|
||||
#include "sys_dll.h"
|
||||
|
||||
// prevent some conflicts in SDL headers...
|
||||
#undef M_PI
|
||||
|
||||
+13
-13
@@ -13,28 +13,28 @@
|
||||
#include "con_nprint.h"
|
||||
#include "tier0/icommandline.h"
|
||||
#include "vox_private.h"
|
||||
#include "../../traceinit.h"
|
||||
#include "../../cmd.h"
|
||||
#include "traceinit.h"
|
||||
#include "cmd.h"
|
||||
#include "toolframework/itoolframework.h"
|
||||
#include "vstdlib/random.h"
|
||||
#include "vstdlib/jobthread.h"
|
||||
#include "vaudio/ivaudio.h"
|
||||
#include "../../client.h"
|
||||
#include "../../cl_main.h"
|
||||
#include "client.h"
|
||||
#include "cl_main.h"
|
||||
#include "utldict.h"
|
||||
#include "mempool.h"
|
||||
#include "../../enginetrace.h" // for traceline
|
||||
#include "../../public/bspflags.h" // for traceline
|
||||
#include "../../public/gametrace.h" // for traceline
|
||||
#include "enginetrace.h" // for traceline
|
||||
#include "bspflags.h" // for traceline
|
||||
#include "gametrace.h" // for traceline
|
||||
#include "vphysics_interface.h" // for surface props
|
||||
#include "../../ispatialpartitioninternal.h" // for entity enumerator
|
||||
#include "../../debugoverlay.h"
|
||||
#include "ispatialpartitioninternal.h" // for entity enumerator
|
||||
#include "debugoverlay.h"
|
||||
#include "icliententity.h"
|
||||
#include "../../cmodel_engine.h"
|
||||
#include "../../staticpropmgr.h"
|
||||
#include "../../server.h"
|
||||
#include "cmodel_engine.h"
|
||||
#include "staticpropmgr.h"
|
||||
#include "server.h"
|
||||
#include "edict.h"
|
||||
#include "../../pure_server.h"
|
||||
#include "pure_server.h"
|
||||
#include "filesystem/IQueuedLoader.h"
|
||||
#include "voice.h"
|
||||
#if defined( _X360 )
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "snd_mix_buf.h"
|
||||
|
||||
#include "iprediction.h"
|
||||
#include "../../common.h" // for parsing routines
|
||||
#include "common.h" // for parsing routines
|
||||
#include "vstdlib/random.h"
|
||||
// memdbgon must be the last include file in a .cpp file!!!
|
||||
#include "tier0/memdbgon.h"
|
||||
|
||||
@@ -7,10 +7,10 @@
|
||||
#include "audio_pch.h"
|
||||
|
||||
#include "mouthinfo.h"
|
||||
#include "../../cl_main.h"
|
||||
#include "cl_main.h"
|
||||
#include "icliententitylist.h"
|
||||
#include "icliententity.h"
|
||||
#include "../../sys_dll.h"
|
||||
#include "sys_dll.h"
|
||||
#include "video/ivideoservices.h"
|
||||
#include "engine/IEngineSound.h"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "snd_mp3_source.h"
|
||||
#include "utlsymbol.h"
|
||||
#include "checksum_crc.h"
|
||||
#include "../../host.h"
|
||||
#include "host.h"
|
||||
#include "xwvfile.h"
|
||||
#include "filesystem/IQueuedLoader.h"
|
||||
#include "tier1/lzmaDecoder.h"
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#include "ivoicerecord.h"
|
||||
#include "ivoicecodec.h"
|
||||
#include "filesystem.h"
|
||||
#include "../../filesystem_engine.h"
|
||||
#include "filesystem_engine.h"
|
||||
#include "tier1/utlbuffer.h"
|
||||
#if defined( _X360 )
|
||||
#include "xauddefs.h"
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
#include "engine/IEngineSound.h"
|
||||
#include "utlsymbol.h"
|
||||
#include "utldict.h"
|
||||
#include "../../MapReslistGenerator.h"
|
||||
#include "MapReslistGenerator.h"
|
||||
|
||||
// memdbgon must be the last include file in a .cpp file!!!
|
||||
#include "tier0/memdbgon.h"
|
||||
|
||||
Reference in New Issue
Block a user