/* (c) 1999-2000 Tino Schwarze, see COPYING for details */
/**@pkg cObject.cVisibleObject.cInteractiveObject.cLight*/
/** provide declarations for events taken by cLight */
#ifndef events_cLight_hh
#define events_cLight_hh
#include "cEvent.hh"
extern const string ccLight_SwitchOn;
extern const string ccLight_SwitchOff;
#endif // ifndef events_cLight_hh
|