css_enhanced_waf/utils/hlfaceposer/eventproperties_generic.h

19 lines
411 B
C
Raw Normal View History

2020-04-22 17:56:21 +01:00
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#ifndef EVENTPROPERTIES_GENERIC_H
#define EVENTPROPERTIES_GENERIC_H
#ifdef _WIN32
#pragma once
#endif
class CEventParams;
int EventProperties_Generic( CEventParams *params );
#endif // EVENTPROPERTIES_GENERIC_H