#ifndef l_fly_h
#define l_fly_h

static void create();

mixed can_fly_str(string str);
mixed can_fly_into_str(string str);

mixed do_fly_str(string str);
mixed do_fly_into_str(string str);

#endif /* l_fly_h */
