musicmud-2.1.6/data/
musicmud-2.1.6/data/help/
musicmud-2.1.6/data/policy/
musicmud-2.1.6/data/wild/
musicmud-2.1.6/data/world/
musicmud-2.1.6/doc/
musicmud-2.1.6/src/ident/
musicmud-2.1.6/src/lua/
musicmud-2.1.6/src/lua/include/
musicmud-2.1.6/src/lua/src/lib/
musicmud-2.1.6/src/lua/src/lua/
musicmud-2.1.6/src/lua/src/luac/
#ifndef HREF_H
#define HREF_H

//! make a MXP link to obj from pov of /who/. pre and post are the open and closing strings.
void make_href(MudObject *who, TeleObject obj, string &pre, string &post);

//! do the conversion from $($) and $[$] and ${$} to info/policy/help hrefs.
string dollar_parse(const char *);

//! describe /o/ for /who/
string genref(MudObject *who, const TeleObject &o, tfn_t f=0);

#endif