10 lines
132 B
C
10 lines
132 B
C
#ifndef ZONE_H_INCLUDED
|
|
#define ZONE_H_INCLUDED
|
|
|
|
typedef struct donnees{
|
|
long type;
|
|
char texte;
|
|
}zone;
|
|
|
|
#endif // ZONE_H_INCLUDED
|