mud/lib/verbs/rooms/include/swim.h
2020-09-06 05:43:07 -07:00

13 lines
215 B
C

#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 */