Removed SGCT include from openspaceengine.h

This commit is contained in:
Jonas Strandstedt
2014-10-23 16:08:10 +02:00
parent 3ee8f85c14
commit 9b1c993e89
5 changed files with 11 additions and 24 deletions

View File

@@ -25,12 +25,6 @@
#ifndef __OPENSPACEENGINE_H__
#define __OPENSPACEENGINE_H__
#include <ghoul/logging/logmanager.h>
// sgct header has to be included before all others due to Windows header
#define SGCT_WINDOWS_INCLUDE
#include <sgct.h>
#include <openspace/interaction/interactionhandler.h>
#include <openspace/rendering/renderengine.h>
#include <openspace/engine/configurationmanager.h>
@@ -74,7 +68,6 @@ public:
void mousePositionCallback(int x, int y);
void mouseScrollWheelCallback(int pos);
void externalControlCallback(const char* receivedChars, int size, int clientId);
void encode();
void decode();