9 lines
142 B
C
9 lines
142 B
C
#ifndef l_strike_h
|
|
#define l_strike_h
|
|
|
|
static void create();
|
|
mixed can_strike_obj();
|
|
mixed do_strike_obj(object ob);
|
|
|
|
#endif /* l_strike_h */
|