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