1
0
mirror of https://github.com/nillerusr/source-engine.git synced 2025-01-20 20:10:12 +00:00
source-engine/utils/hlfaceposer/eventproperties_generic.h

19 lines
411 B
C
Raw Normal View History

2020-04-22 12:56:21 -04: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