Active job list

This commit is contained in:
CHIEFSOFT\ameye
2023-05-18 10:27:38 -04:00
parent 1dfdebf8ca
commit c9983673b3
8 changed files with 75 additions and 20 deletions
+1
View File
@@ -6,6 +6,7 @@
long contract_calls(CVars in, CVars &out);
long WrenchContractMessage( CVars in, CVars &out );
long WrenchContractStatus( CVars in, CVars &out );
long WrenchContractMessageList( CVars in, CVars &out );
#endif
@@ -255,6 +255,8 @@ enum { PARTNER_STRIPE };
#define WRENCHBOARD_CONTRACT_START 14000
#define WRENCHBOARD_CONTRACT_MESSAGE 14010
#define WRENCHBOARD_CONTRACT_MSGLIST 14011
#define WRENCHBOARD_CONTRACT_STATUS 14015
#define WRENCHBOARD_CONTRACT_END 14999
//**************************************************************