//========= 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