|
|
//========= Copyright � 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#ifndef EVENTPROPERTIES_CAMERA_H
#define EVENTPROPERTIES_CAMERA_H
#ifdef _WIN32
#pragma once
#endif
class CEventParams;
int EventProperties_Camera( CEventParams *params );
#endif // EVENTPROPERTIES_CAMERA_H
|