summaryrefslogtreecommitdiff
path: root/utils/localization_check/cbase.h
blob: c76760b71b986c00948ece0278c938a8e2779775 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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