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

9 lines
175 B
C

#ifndef l_showtree_h
#define l_showtree_h
mixed cmd(string arg);
string ShowTree(string file, string func, int index);
string GetHelp(string str);
#endif /* l_showtree_h */