Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 269678
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- src/nivel.h
0
++ src/nivel.h
Lines 34-40 Link Here
34
class nivel
34
class nivel
35
{
35
{
36
	public:
36
	public:
37
		void iniciar(juego *_pjuego, grafico *grafico, grafico *pfondos, SDL_Surface *fondo);
37
		void iniciar(juego *_pjuego, grafico *_grafico, grafico *pfondos, SDL_Surface *fondo);
38
		int avanzar_nivel(int salto = 1);
38
		int avanzar_nivel(int salto = 1);
39
		int reiniciar_nivel(void);
39
		int reiniciar_nivel(void);
40
		int get_dist_suelo(int x, int y, int max);
40
		int get_dist_suelo(int x, int y, int max);

Return to bug 269678