CurrencyMods02_12_06/
CurrencyMods02_12_06/banks/
CurrencyMods02_12_06/money/
#ifndef SHOPS_H
#define SHOPS_H
// this function should be called when the MUD first boots up.
// calling it will initialize the module for use.

void init_shops(void);

#endif //SHOPS_H