11 lines
160 B
C
11 lines
160 B
C
#ifndef l_unwield_h
|
|
#define l_unwield_h
|
|
|
|
static void create();
|
|
|
|
mixed can_unwield_obj(string verb);
|
|
|
|
mixed do_unwield_obj(object ob);
|
|
|
|
#endif /* l_unwield_h */
|