9 lines
163 B
C
9 lines
163 B
C
#ifndef l_bait_h
|
|
#define l_bait_h
|
|
|
|
static void create();
|
|
mixed can_bait_obj_with_obj(string verb);
|
|
mixed do_bait_obj_with_obj(object pole, object bait);
|
|
|
|
#endif
|