14 lines
238 B
C
14 lines
238 B
C
#ifndef l_ask_h
|
|
#define l_ask_h
|
|
|
|
static void create();
|
|
|
|
mixed can_ask_obj_str(string str);
|
|
mixed can_ask_str(string str);
|
|
mixed do_ask_obj_str(string str);
|
|
|
|
mixed do_ask_str(string str);
|
|
string GetHelp(string str);
|
|
|
|
#endif /* l_ask_h */
|