mud/lib/verbs/items/include/light.h
2020-09-06 05:43:07 -07:00

15 lines
326 B
C

#ifndef l_light_h
#define l_light_h
static void create();
mixed can_light_obj();
mixed can_light_obj_with_obj();
mixed do_light_obj(object target);
mixed do_light_obj_with_obj(object target, object source);
mixed do_light_obs(mixed *targs);
mixed do_light_obs_with_obj(mixed *targs, object source);
#endif /* l_light_h */