wut/rpl/vpad/exports.h
James Benton 8af0ffe9c7 Move wut to using CMake instead of Makefiles.
The old makefile solution will still be around on branch "make".
2017-03-23 12:18:02 +00:00

5 lines
86 B
C

// vpad/input.h
EXPORT(VPADInit);
EXPORT(VPADRead);
EXPORT(VPADGetTPCalibratedPoint);