#ifndef REVOLUCION_H
#define REVOLUCION_H

void display(void);
void inicializaVista(void);
void reshape(int width, int height);
void inicializaVentana(int argc, char **argv);
void iniciaOpenGL(int argc, char **argv);

#endif

