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

12 lines
235 B
C

#ifndef l_codesay_h
#define l_codesay_h
static void create();
mixed can_codesay();
mixed can_codesay_str(string str);
mixed do_codesay();
varargs mixed do_codesay_str(string str);
string GetHelp(string str);
#endif /* l_codesay_h */