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

14 lines
317 B
C

#ifndef l_shout_h
#define l_shout_h
static void create();
mixed can_shout();
mixed can_shout_str(string str);
mixed can_shout_in_wrd_str(string wrd, string str);
mixed do_shout();
mixed do_shout_str(string str);
mixed do_shout_in_wrd_str(string lang, string str);
string GetHelp(string str);
#endif /* l_shout_h */