Start on SimConnect
This commit is contained in:
+16
-16
@@ -1,21 +1,5 @@
|
||||
#ifndef GERMANAIRLINESVA_GACONNECTOR_XPLUGIN_MAIN_H
|
||||
#define GERMANAIRLINESVA_GACONNECTOR_XPLUGIN_MAIN_H
|
||||
|
||||
#include "config/config.hpp"
|
||||
#include "constants.h"
|
||||
#include "logbook/logbook.hpp"
|
||||
#include "recording/recording.hpp"
|
||||
#include "simdata/simDatabase.hpp"
|
||||
#include "util.hpp"
|
||||
#include "websocket.h"
|
||||
|
||||
#include "XPLM/XPLMDataAccess.h"
|
||||
#include "XPLM/XPLMGraphics.h"
|
||||
#include "XPLM/XPLMPlanes.h"
|
||||
#include "XPLM/XPLMPlugin.h"
|
||||
#include "XPLM/XPLMProcessing.h"
|
||||
#include "XPLM/XPLMUtilities.h"
|
||||
|
||||
#include <atomic>
|
||||
#include <chrono>
|
||||
#include <cstdint>
|
||||
@@ -27,6 +11,22 @@
|
||||
#include <string>
|
||||
#include <thread>
|
||||
|
||||
#include "websocket.h"
|
||||
|
||||
#include "config/config.hpp"
|
||||
#include "constants.h"
|
||||
#include "logbook/logbook.hpp"
|
||||
#include "recording/recording.hpp"
|
||||
#include "simdata/simDatabase.hpp"
|
||||
#include "util.hpp"
|
||||
|
||||
#include "XPLM/XPLMDataAccess.h"
|
||||
#include "XPLM/XPLMGraphics.h"
|
||||
#include "XPLM/XPLMPlanes.h"
|
||||
#include "XPLM/XPLMPlugin.h"
|
||||
#include "XPLM/XPLMProcessing.h"
|
||||
#include "XPLM/XPLMUtilities.h"
|
||||
|
||||
float flightLoop(float elapsedMe, float elapsedSim, int counter, void *refcon);
|
||||
void serverWorker();
|
||||
void recordingWorker();
|
||||
|
||||
Reference in New Issue
Block a user