mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 01:36:56 +02:00
Update 3DConnexionClient.h
This commit is contained in:
parent
9b70605381
commit
64a8f7ebb4
1 changed files with 2 additions and 2 deletions
|
@ -158,7 +158,7 @@ private:
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#include <glm/glm.hpp>
|
#include <glm/glm.hpp>
|
||||||
#include "3DconnexionClient/ConnexionClientAPI.h"
|
#include "ConnexionClientAPI.h"
|
||||||
|
|
||||||
class ConnexionClient : public QObject {
|
class ConnexionClient : public QObject {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
@ -239,4 +239,4 @@ protected:
|
||||||
AxisStateMap _axisStateMap;
|
AxisStateMap _axisStateMap;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // defined(hifi_3DConnexionClient_h)
|
#endif // defined(hifi_3DConnexionClient_h)
|
||||||
|
|
Loading…
Reference in a new issue