You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.2 KiB

#include "../header/menus.h"
int main(void){
#ifdef _WIN32
color
#endif
MenuGlobal();
/*int tabCarte[17] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15};
int tabEtat[17] = {1, 1, 1, 1, 1, 1, -2, 1, 1, 1, 1, 1, 1, 1, 1};
int tabPoint[17] = {0};
int tabActiv[5] = {1, 2, 3, 4, 5};
int tabPrix[5] = {1, 5, 8, 4, 9};
int tabEntree[100] = {0};
int tabPresence[100] = {0};
int taillePhysique = 17;
int tailleLog = 15;
int trouve = 0;
*/
//int err = AfficheInfosAdherent(15, tabCarte, tabEtat, tabPoint, tailleLog);
//SupprimerAdherent(&tailleLog, tabCarte, tabEtat, tabPoint);
//AfficheAdherents(tabCarte, tabEtat, tabPoint, tailleLog);
//RechargeCarte(30, tabCarte, tabEtat, tabPoint, tailleLog);
//int indice = TrouverAdherent(tabCarte, tailleLog, 5, &trouve);
//printf("Indice: %d\nTrouve = %d", indice, trouve);
//CreerAdherent(tabCarte, tabEtat, tabPoint, &tailleLog, taillePhysique);
//GestionAdherent(tabCarte, tabEtat, tabPoint, &tailleLog, taillePhysique);
//Gestion_activite(tabActiv, tabPrix, tabEntree, tabCarte, tabEtat, tabPrix, tabPresence, 5, 15);
//GestionCompteAdherent(tabCarte, tabEtat, tabPoint, tailleLog);
//main_temp_siwa();
}