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

13 lines
204 B
C

#ifndef l_go_h
#define l_go_h
static void create();
mixed can_go_str(string str);
mixed can_go_into_str(string str);
mixed do_go_str(string str);
mixed do_go_into_str(string str);
#endif /* l_go_h */