10 lines
183 B
C
10 lines
183 B
C
#ifndef l_verbs_h
|
|
#define l_verbs_h
|
|
|
|
static void create();
|
|
varargs void eventReloadVerbs(mixed val);
|
|
int GetValidVerb(string str);
|
|
string GetHelp(string str);
|
|
|
|
#endif /* l_verbs_h */
|