00001 00002 #ifndef CONSTANTES_H 00003 #define CONSTANTES_H 00004 00005 const int VELOCIDAD_MINYIMI = 5; 00006 const int SALTO_MINYIMI = -10; 00007 const int VELOCIDAD_ABEJA = 7; 00008 const int SUELO_Y = 230 + 190; 00009 00010 #endif