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

10 lines
171 B
C

#ifndef l_stop_h
#define l_stop_h
static void create();
mixed can_stop_str(string str);
mixed do_stop_str(string str);
string GetHelp(string str);
#endif /* l_stop_h */