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

19 lines
415 B
C++

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