14 lines
317 B
C
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 */
|