Initial Logbook read and write
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#ifndef GERMANAIRLINESVA_GACONNECTOR_CONSTANTS_H
|
||||
#define GERMANAIRLINESVA_GACONNECTOR_CONSTANTS_H
|
||||
|
||||
#define XPLANE_CUSTOM_SCENERY "Custom Scenery/scenery_packs.ini"
|
||||
#define XPLANE_PLUGIN_DIRECTORY "Resources/plugins/GAConnector/"
|
||||
|
||||
#define XPLANE11_BASE_SCENERY \
|
||||
"Resources/default scenery/default apt dat/Earth nav data/apt.dat"
|
||||
#define XPLANE12_BASE_SCENERY \
|
||||
"Global Scenery/Global Airports/Earth nav data/apt.dat"
|
||||
|
||||
#define RECORDING_DIRECTORY "recordings/"
|
||||
|
||||
#define CONFIG "config.cfg"
|
||||
#define SIMDATABASE "sim.bin"
|
||||
#define LOGBOOK "logbook.bin"
|
||||
|
||||
#endif
|
||||
@@ -38,6 +38,8 @@
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
|
||||
|
||||
namespace germanairlinesva_util
|
||||
{
|
||||
template <typename T>
|
||||
|
||||
Reference in New Issue
Block a user