diff options
Diffstat (limited to 'locate.h')
| -rw-r--r-- | locate.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/locate.h b/locate.h new file mode 100644 index 0000000..0b72f72 --- /dev/null +++ b/locate.h | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | #ifndef _WII_LOCATE_H_ | ||
| 2 | #define _WII_LOCATE_H_ | ||
| 3 | |||
| 4 | #include "gm.h" | ||
| 5 | |||
| 6 | void wii_calibrate( int wii_id, wii_pt *coords ); | ||
| 7 | int wii_point_to_led( int wii_id, wii_pt *coords ); | ||
| 8 | |||
| 9 | #endif | ||
