2Fermer4
ThunderFXLe 23/07/2007 à 17:32
Elle est dans le fichier joint, mais sinon, la voilà :
// Enemies ship structure
typedef struct {
int x;
int y;
int shield;
int points;
int dmg;
int mov_x;
int mov_y;
unsigned char *sprite;
struct Opponent *prev; } Opponent;