#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