mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
engine/audio: fix build
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
//
|
||||
//=============================================================================//
|
||||
|
||||
#include "audio/public/ivoicecodec.h"
|
||||
#include "ivoicecodec.h"
|
||||
#include <string.h>
|
||||
#include "tier0/dbg.h"
|
||||
#include "iframeencoder.h"
|
||||
|
||||
@@ -29,7 +29,7 @@ def build(bld):
|
||||
'../../../public/tier0',
|
||||
'../../',
|
||||
'../../../common',
|
||||
'../../audio/public',
|
||||
'../../../public/engine/audio',
|
||||
'celt'
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user