11 lines
144 B
C
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 */
|