Header only SImDatabase

This commit is contained in:
2022-09-24 00:54:34 +02:00
parent 488fcb87cc
commit ace71d7670
20 changed files with 451 additions and 556 deletions
+2 -3
View File
@@ -1,12 +1,11 @@
#ifndef GERMANAIRLINESVA_GACONNECTOR_XPLUGIN_MAIN_H
#define GERMANAIRLINESVA_GACONNECTOR_XPLUGIN_MAIN_H
#include "config/config.h"
#include "config/config.hpp"
#include "constants.h"
#include "logbook/logbook.h"
#include "recording/recording.h"
#include "simdata/simDatabase.h"
#include "simdata/simdataXP.h"
#include "simdata/simDatabase.hpp"
#include "util.hpp"
#include "websocket.h"