source-engine-2018-hl2_src/utils/hlfaceposer/eventproperties_speak.h

19 lines
403 B
C
Raw Normal View History

2020-04-23 00:56:21 +08:00
//========= 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