fix for sixense not present on OS X

This commit is contained in:
Stephen Birarda 2015-09-01 15:18:59 -06:00
parent 3d7aa6f4d6
commit 2ce225d76c

View file

@ -50,8 +50,10 @@ const float CONTROLLER_THRESHOLD = 0.35f;
#ifdef __APPLE__
typedef int (*SixenseBaseFunction)();
typedef int (*SixenseTakeIntFunction)(int);
#ifdef HAVE_SIXENSE
typedef int (*SixenseTakeIntAndSixenseControllerData)(int, sixenseControllerData*);
#endif
#endif
const QString SixenseManager::NAME = "Sixense";