engine: move engine/audio/public to public/ directory

This commit is contained in:
nillerusr
2022-10-12 03:34:30 +03:00
parent 091b49e29c
commit a68d5d8633
84 changed files with 1 additions and 12 deletions
+21
View File
@@ -0,0 +1,21 @@
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#ifndef SND_CONVARS_H
#define SND_CONVARS_H
#if defined( _WIN32 )
#pragma once
#endif
#include "convar.h"
extern ConVar snd_legacy_surround;
extern ConVar snd_surround;
extern ConVar snd_mix_async;
#endif // SND_CONVARS_H