Header file for menu related console command callbacks for production menu. More...
Go to the source code of this file.
Functions | |
void | PR_InitCallbacks (void) |
void | PR_ShutdownCallbacks (void) |
Header file for menu related console command callbacks for production menu.
Definition in file cp_produce_callbacks.h.
void PR_InitCallbacks | ( | void | ) |
Definition at line 832 of file cp_produce_callbacks.c.
References Cmd_AddCommand(), PR_ProductionChange_f(), PR_ProductionDecrease_f(), PR_ProductionDown_f(), PR_ProductionIncrease_f(), PR_ProductionList_f(), PR_ProductionListClick_f(), PR_ProductionListRightClick_f(), PR_ProductionStop_f(), PR_ProductionType_f(), and PR_ProductionUp_f().
Referenced by CP_AddCampaignCallbackCommands().
void PR_ShutdownCallbacks | ( | void | ) |
Definition at line 846 of file cp_produce_callbacks.c.
References Cmd_RemoveCommand().
Referenced by CP_RemoveCampaignCallbackCommands().