Newer
Older
/*!
* \file AffichageConsole.h
* \brief Fichier contenant les signatures des fonctions liees a la structure classe.
*/
#ifndef CLASSE_H_INCLUDED
#define CLASSE_H_INCLUDED
#include "structures.h"
#include "ClassesXML.h"

Romain Jegat
committed

Romain Jegat
committed
Classe* Librairie_Classes(char *filename);
Classe* Remplir_Classes_log(char *filename);
char * getNomClasse(Classe * c);
int getPVMax(Classe * c);
int getManaMax(Classe * c);
int getPDMax(Classe * c);
ColinDrieu
committed
char * getNomAttaques(Classe * c, int i);
#endif // CLASSE_H_INCLUDED