/* (c) 1999-2000 Tino Schwarze, see COPYING for details */
/**@pkg cObject.cVisibleObject.cInteractiveObject.cLight.cSpotLight*/
/** provide declarations for events taken by cSpotLight */
#ifndef events_cSpotLight_hh
#define events_cSpotLight_hh
#include "cIntEvent.hh"
extern const string ccSpotLight_SetExponent;
extern const string ccSpotLight_IncrExponent;
extern const string ccSpotLight_DecrExponent;
extern const string ccSpotLight_SetCutOff;
extern const string ccSpotLight_IncrCutOff;
extern const string ccSpotLight_DecrCutOff;
#endif // ifndef events_cSpotLight_hh
|