#ifndef l_fly_h
#define l_fly_h

static void create();

mixed can_swim_str(string str);
mixed can_swim_into_str(string str);

mixed do_swim_str(string str);
mixed do_swim_into_str(string str);

#endif /* l_fly_h */
