Header file for menu related console command callbacks. More...
Go to the source code of this file.
Defines | |
#define | CP_MARKET_CALLBACKS_H |
Functions | |
void | BS_InitCallbacks (void) |
void | BS_ShutdownCallbacks (void) |
Header file for menu related console command callbacks.
Definition in file cp_market_callbacks.h.
#define CP_MARKET_CALLBACKS_H |
Definition at line 27 of file cp_market_callbacks.h.
void BS_InitCallbacks | ( | void | ) |
Definition at line 939 of file cp_market_callbacks.c.
References BS_Autosell_f(), BS_BuyItem_f(), BS_BuySellItem_f(), BS_BuyType_f(), BS_MarketClick_f(), BS_MarketInfoClick_f(), BS_MarketScroll_f(), BS_SellItem_f(), Cmd_AddCommand(), and buyList_s::length.
Referenced by CP_AddCampaignCallbackCommands().
void BS_ShutdownCallbacks | ( | void | ) |
Definition at line 954 of file cp_market_callbacks.c.
References Cmd_RemoveCommand().
Referenced by CP_RemoveCampaignCallbackCommands().