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

14 lines
308 B
C

#ifndef l_yell_h
#define l_yell_h
static void create();
mixed can_yell();
mixed can_yell_str(string str);
mixed can_yell_in_wrd_str(string wrd, string str);
mixed do_yell();
mixed do_yell_str(string str);
mixed do_yell_in_wrd_str(string lang, string str);
string GetHelp(string str);
#endif /* l_yell_h */