diff options
Diffstat (limited to 'utils/localization_check/cbase.h')
| -rw-r--r-- | utils/localization_check/cbase.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/utils/localization_check/cbase.h b/utils/localization_check/cbase.h new file mode 100644 index 0000000..c76760b --- /dev/null +++ b/utils/localization_check/cbase.h @@ -0,0 +1,20 @@ +//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: // vcd_sound_check cbase.h +// +//=============================================================================// + +#ifndef CBASE_H +#define CBASE_H +#ifdef _WIN32 +#pragma once +#endif + +#include "tier1/strtools.h" +#include "vstdlib/random.h" +#include "sharedInterface.h" + +#include <windows.h> +extern class ISoundEmitterSystemBase *soundemitter; + +#endif // CBASE_H |