country list

This commit is contained in:
CHIEFSOFT\ameye
2023-12-17 07:54:30 -05:00
parent ecac9d0300
commit aac0a65c50
7 changed files with 92 additions and 4 deletions
+3 -2
View File
@@ -58,9 +58,10 @@ long WrenchDeleteUsersCCard(CVars in, CVars &out);
long WrenchFlutterCreditHook(CVars in, CVars &out);
long WrenchBoardTopupResult(CVars in, CVars &out);
long WrenchRegisterMyFileUpload(CVars in, CVars &out);
long WrenchSignUpCountry(CVars in, CVars &out);
long WrenchGetRecentDash(CVars in, CVars &out);
long LoginWrenchBoardQRAccount(CVars in, CVars &out);
long WrenchBoardFamilyAccMemberID(CVars in, CVars &out);
long LoginWrenchBoardQRAccount(CVars in, CVars &out);
long WrenchBoardFamilyAccMemberID(CVars in, CVars &out);
#endif
+1 -1
View File
@@ -142,7 +142,7 @@ enum { PARTNER_STRIPE };
#define WRENCHBOARD_USER_LOGOUT 301
#define WRENCHBOARD_CREATE_ACCOUNT 320
#define WRENCHBOARD_SIGNUP_COUNTRY 648
#define WRENCHBOARD_GET_MEDIA 650
#define WRENCHBOARD_SAVE_MEDIA 652