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

13 lines
211 B
C

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