Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ifndef __Main__
- #define __Main__ 1
- void teclado(unsigned char key, int x, int y);
- void tecladoEspecial(int key, int x, int y);
- void mouse(int button, int button_state, int x, int y );
- void mouseMove(int x, int y );
- void desenho(void);
- #endif // __Main__
Add Comment
Please, Sign In to add comment