This commit is contained in:
2022-01-03 17:17:35 +01:00
parent 50ea28b78e
commit 107ae2d6c9
10 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
#ifndef GERMANAIRLINESVA_GACONNECTOR_XPLUGIN_MAIN_H
#define GERMANAIRLINESVA_GACONNECTOR_XPLUGIN_MAIN_H
#include "config.h"
#include "config.hpp"
#include "makeRwysXP.h"
#include "simulatorDatabase.h"
#include "simulatorDatabase.hpp"
#include "websocket.h"
#include "XPLM/XPLMDataAccess.h"
+4 -4
View File
@@ -6,10 +6,10 @@
#include <map>
#include <string>
#include "gate.h"
#include "runway.h"
#include "stringExtensions.h"
#include "util.h"
#include "gate.hpp"
#include "runway.hpp"
#include "stringExtensions.hpp"
#include "util.hpp"
int scan(const char *defaultFile,
const char *sceneryPack,