00001 #ifndef Bidon_h 00002 #define Bidon_h 00003 #include<WProgram.h> 00004 00005 #define YES 1 00006 #define NO 0 00007 00008 void initBidon(int test); 00009 00010 00011 #endif