Download this file
1 2 3 4 5 6 7 8 9 10
#ifndef INPUT_H #define INPUT_H void handle_input(); extern struct Raton{ int x,y,b,last_b; } raton; #endif