adding GPL V3
[ixm-collector.git] / collector.h
blob01caa55c0793f99d6af862130c028d8b1d07bd40
1 /*
2 collector.h
4 send data back to a laptop
6 */
8 #ifndef COLLECTOR_H
9 #define COLLECTOR_H
11 #include "SFBTypes.h" /* For u8 */
12 #include "SFBConstants.h" /* For FACE_COUNT */
13 #include "SFBPrintf.h" /* For pprintf, etc */
15 int collector_init();
17 int collector_x();
18 int collector_y();
20 #endif /* collector_H */