selection data

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-22 13:27:25 -04:00
parent 5f355713c0
commit a0f75d63b0
5 changed files with 257 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
#ifndef __mx_sel_data_h__
#define __mx_sel_data_h__
#include "vars.h"
long getJobPriceCombo( CVars in, CVars &out );
long getJobPostDuration( CVars in, CVars &out );
long getUserRecipientCombo( CVars in, CVars &out );
long getAccountTypeCombo( CVars in, CVars &out );
long getGeneralSkillCombo( CVars in, CVars &out );
long getUserNewSkillCombo( CVars in, CVars &out );
long getCountryCombo( CVars in, CVars &out );
long getCountryJobCombo( CVars in, CVars &out );
long getBankCombo( CVars in, CVars &out );
#endif
@@ -197,6 +197,13 @@ enum { PARTNER_STRIPE };
#define WRENCHBOARD_ACCOUNT_COMPLETE_TOPUP 11063
#define WRENCHBOARD_ACCOUNT_PRICE_COMBO 11171
#define WRENCHBOARD_ACCOUNT_JOBPOST_DURATION 11173
#define WRENCHBOARD_ACCOUNT_USER_RECIPEINT 11175
#define WRENCHBOARD_ACCOUNT_ACCOUNT_TYPES 11177
#define WRENCHBOARD_ACCOUNT_COUNTRY_COMBO 11179
#define WRENCHBOARD_ACCOUNT_JOB_COUNTRY 11181
#define WRENCHBOARD_USER_DELETEACC 11990
#define WRENCHBOARD_ACCOUNT_END 11999