11 lines
188 B
C
Raw Normal View History

2020-05-03 14:10:04 +02:00
#include "fichier_A1.h"
/// Header_B1
typedef struct
{
int champX;
int champY;
} structB1;
structB1 structB1Creation (int x, int y);
void structB1Afficher (structB1 x);