12void commodity_exchange_cleanup(
void );
int commodity_canBuy(const Commodity *com)
Checks to see if the player can buy a commodity.
int commodity_getMod(void)
Gets the current modifier status.
void commodity_exchange_open(unsigned int wid)
Opens the local market window.
void commodity_sell(unsigned int wid, const char *str)
Attempts to sell a commodity.
void commodity_renderMod(double bx, double by, double w, double h, void *data)
Renders the commodity buying modifier.
void commodity_buy(unsigned int wid, const char *str)
Buys the selected commodity.
int commodity_canSell(const Commodity *com)
Checks to see if a player can sell a commodity.
void commodity_update(unsigned int wid, const char *str)
Updates the commodity window.