cstrike15_src/utils/hlfaceposer/eventproperties_generic.h
2025-06-04 03:22:50 +02:00

19 lines
424 B
C++

//========= Copyright © 1996-2005, 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