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

19 lines
407 B
C++

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