[go: up one dir, main page]

Menu

[r3]: / include / input.h  Maximize  Restore  History

Download this file

11 lines (7 with data), 112 Bytes

 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