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