mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-04 18:09:53 +03:00
1
This commit is contained in:
20
utils/localization_check/cbase.h
Normal file
20
utils/localization_check/cbase.h
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user