#ifndef GERMANAIRLINESVA_GACONNECTOR_ESP_MAIN_H #define GERMANAIRLINESVA_GACONNECTOR_ESP_MAIN_H #include #include #include #include #include #include #include #include #include "websocket.h" #include #include #include #include "_simconnect.h" #include "config/config.hpp" #include "constants.h" #include "logbook/logbook.hpp" #include "recording/recording.hpp" #include "simdata/simDatabase.hpp" WINBOOL addNotifyIcon(HWND hWnd); WINBOOL removeNotifyIcon(HWND hWnd); WINBOOL createMenu(HWND hWnd); void end(HWND hwnd); void serverWorker(); void recordingWorker(); void toLog(const std::string &message); #endif