summaryrefslogtreecommitdiff
path: root/utils/vcd_sound_check/cbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/vcd_sound_check/cbase.h')
-rw-r--r--utils/vcd_sound_check/cbase.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/utils/vcd_sound_check/cbase.h b/utils/vcd_sound_check/cbase.h
new file mode 100644
index 0000000..fdc1217
--- /dev/null
+++ b/utils/vcd_sound_check/cbase.h
@@ -0,0 +1,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 ISoundEmitterSystemBase *soundemitter;
+
+#endif // CBASE_H