#ifndef _MAIN_H_ #define _MAIN_H_ #include "transicao.h" void reshape( int w, int h ); void display( void ); void keyboard ( unsigned char key, int x, int y ); void criarNuvemPontos(); void zerarMatCtrl(MATRIZ_ID m[36][36]); #endif