hl2_src-leak-2017/src/utils/hlfaceposer/eventproperties_speak.h

19 lines
403 B
C++

//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#ifndef EVENTPROPERTIES_SPEAK_H
#define EVENTPROPERTIES_SPEAK_H
#ifdef _WIN32
#pragma once
#endif
class CEventParams;
int EventProperties_Speak( CEventParams *params );
#endif // EVENTPROPERTIES_SPEAK_H