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

11 lines
144 B
C

#ifndef l_fish_h
#define l_fish_h
static void create();
mixed can_fish_with_obj();
mixed do_fish_with_obj(object ob);
#endif /* l_fish_h */