The Tricycle's Ninja
include/constantes.h
00001 #ifndef _CONSTANTES_H_
00002 #define _CONSTANTES_H_
00003 
00004 // Constantes para las posiciones de las imágenes en el juego
00005 
00006 const int PARED_IZQUIERDA = 100;
00007 const int PARED_DERECHA = 700;
00008 const int PARED_SUPERIOR = 100;
00009 const int PARED_INFERIOR = 500;
00010 
00011 #endif /* _CONSTANTES_H_ */
 All Classes Functions Variables