mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
Small include updates to adapt to inputstate changes
This commit is contained in:
@@ -41,7 +41,6 @@
|
||||
#include <openspace/properties/triggerproperty.h>
|
||||
#include <ghoul/glm.h>
|
||||
#include <glm/gtx/quaternion.hpp>
|
||||
|
||||
#include <optional>
|
||||
|
||||
namespace openspace {
|
||||
@@ -53,7 +52,8 @@ namespace openspace {
|
||||
|
||||
namespace openspace::interaction {
|
||||
|
||||
class InputState;
|
||||
class MouseInputState;
|
||||
class KeyboardInputState;
|
||||
|
||||
class OrbitalNavigator : public properties::PropertyOwner {
|
||||
public:
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
#include <openspace/interaction/websocketinputstate.h>
|
||||
|
||||
namespace openspace::interaction {
|
||||
|
||||
struct WebsocketInputStates;
|
||||
struct WebsocketInputState;
|
||||
}
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
#include <modules/server/include/connection.h>
|
||||
#include <modules/server/include/jsonconverters.h>
|
||||
#include <openspace/engine/globals.h>
|
||||
#include <openspace/interaction/inputstate.h>
|
||||
#include <openspace/interaction/websocketcamerastates.h>
|
||||
#include <openspace/interaction/websocketinputstate.h>
|
||||
#include <openspace/navigation/navigationhandler.h>
|
||||
|
||||
@@ -23,6 +23,8 @@
|
||||
****************************************************************************************/
|
||||
|
||||
#include <openspace/camera/camerapose.h>
|
||||
#include <openspace/interaction/mouseinputstate.h>
|
||||
#include <openspace/interaction/keyboardinputstate.h>
|
||||
#include <openspace/navigation/orbitalnavigator.h>
|
||||
#include <openspace/scene/scenegraphnode.h>
|
||||
#include <openspace/util/updatestructures.h>
|
||||
|
||||
Reference in New Issue
Block a user