Guest User

trabalho.h

a guest
Oct 29th, 2016
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. #ifndef __Main__
  2. #define __Main__ 1
  3.  
  4. void teclado(unsigned char key, int x, int y);
  5. void tecladoEspecial(int key, int x, int y);
  6.  
  7. void mouse(int button, int button_state, int x, int y );
  8.  
  9. void mouseMove(int x, int y );
  10.  
  11. void desenho(void);
  12.  
  13. #endif // __Main__
Add Comment
Please, Sign In to add comment