blob: bcb67c0010a90a29ee8f20156da0d1089d5cbb85 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
//========= 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"
extern class CSoundEmitterSystemBase *soundemitter;
#endif // CBASE_H
|