Naming
This commit is contained in:
parent
50ea28b78e
commit
107ae2d6c9
@ -1,7 +1,7 @@
|
|||||||
#ifndef GERMANAIRLINESVA_GACONNECTOR_CONFIG_H
|
#ifndef GERMANAIRLINESVA_GACONNECTOR_CONFIG_H
|
||||||
#define GERMANAIRLINESVA_GACONNECTOR_CONFIG_H
|
#define GERMANAIRLINESVA_GACONNECTOR_CONFIG_H
|
||||||
|
|
||||||
#include "stringExtensions.h"
|
#include "stringExtensions.hpp"
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
@ -7,7 +7,7 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
#include "util.h"
|
#include "util.hpp"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Representation of one X-Plane runway with supplementary information
|
* Representation of one X-Plane runway with supplementary information
|
||||||
@ -1,9 +1,9 @@
|
|||||||
#ifndef GERMANAIRLINESVA_GACONNECTOR_SIMULATORDATABASE_H
|
#ifndef GERMANAIRLINESVA_GACONNECTOR_SIMULATORDATABASE_H
|
||||||
#define GERMANAIRLINESVA_GACONNECTOR_SIMULATORDATABASE_H
|
#define GERMANAIRLINESVA_GACONNECTOR_SIMULATORDATABASE_H
|
||||||
|
|
||||||
#include "gate.h"
|
#include "gate.hpp"
|
||||||
#include "runway.h"
|
#include "runway.hpp"
|
||||||
#include "stringExtensions.h"
|
#include "stringExtensions.hpp"
|
||||||
|
|
||||||
#define CURRENT_VERSION 1
|
#define CURRENT_VERSION 1
|
||||||
|
|
||||||
@ -10,7 +10,7 @@
|
|||||||
#include <json.hpp>
|
#include <json.hpp>
|
||||||
|
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
#include "util.h"
|
#include "util.hpp"
|
||||||
|
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
|||||||
@ -22,7 +22,7 @@ target_include_directories(germanairlinesva_xplugin PRIVATE
|
|||||||
${CMAKE_SOURCE_DIR}/websocket/include
|
${CMAKE_SOURCE_DIR}/websocket/include
|
||||||
${CMAKE_SOURCE_DIR}/XPSDK/CHeaders
|
${CMAKE_SOURCE_DIR}/XPSDK/CHeaders
|
||||||
${CMAKE_SOURCE_DIR}/nlohmann
|
${CMAKE_SOURCE_DIR}/nlohmann
|
||||||
${CMAKE_SOURCE_DIR}/file/include
|
${CMAKE_SOURCE_DIR}/file
|
||||||
)
|
)
|
||||||
|
|
||||||
set_target_properties(germanairlinesva_xplugin PROPERTIES
|
set_target_properties(germanairlinesva_xplugin PROPERTIES
|
||||||
|
|||||||
@ -1,9 +1,9 @@
|
|||||||
#ifndef GERMANAIRLINESVA_GACONNECTOR_XPLUGIN_MAIN_H
|
#ifndef GERMANAIRLINESVA_GACONNECTOR_XPLUGIN_MAIN_H
|
||||||
#define GERMANAIRLINESVA_GACONNECTOR_XPLUGIN_MAIN_H
|
#define GERMANAIRLINESVA_GACONNECTOR_XPLUGIN_MAIN_H
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.hpp"
|
||||||
#include "makeRwysXP.h"
|
#include "makeRwysXP.h"
|
||||||
#include "simulatorDatabase.h"
|
#include "simulatorDatabase.hpp"
|
||||||
#include "websocket.h"
|
#include "websocket.h"
|
||||||
|
|
||||||
#include "XPLM/XPLMDataAccess.h"
|
#include "XPLM/XPLMDataAccess.h"
|
||||||
|
|||||||
@ -6,10 +6,10 @@
|
|||||||
#include <map>
|
#include <map>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#include "gate.h"
|
#include "gate.hpp"
|
||||||
#include "runway.h"
|
#include "runway.hpp"
|
||||||
#include "stringExtensions.h"
|
#include "stringExtensions.hpp"
|
||||||
#include "util.h"
|
#include "util.hpp"
|
||||||
|
|
||||||
int scan(const char *defaultFile,
|
int scan(const char *defaultFile,
|
||||||
const char *sceneryPack,
|
const char *sceneryPack,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user