Real Name
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
#ifndef GERMANAIRLINESVA_GACONNECTOR_MAIN_H
|
||||
#define GERMANAIRLINESVA_GACONNECTOR_MAIN_H
|
||||
|
||||
#ifdef IBM
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#define _USE_MATH_DEFINES
|
||||
#endif
|
||||
|
||||
#define BUFSIZE 1024
|
||||
#define MD5LEN 16
|
||||
|
||||
#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 "websocket.h"
|
||||
|
||||
#include <atomic>
|
||||
#include <chrono>
|
||||
#include <cstdint>
|
||||
#include <mutex>
|
||||
#include <queue>
|
||||
#include <sstream>
|
||||
#include <thread>
|
||||
|
||||
float flightLoop(float elapsedMe, float elapsedSim, int counter, void *refcon);
|
||||
void serverWorker();
|
||||
void toLog(const std::string &message);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user