#ifndef GERMANAIRLINESVA_GACONNECTOR_ESP_MAIN_H #define GERMANAIRLINESVA_GACONNECTOR_ESP_MAIN_H #include "constants.h" #include "windows.h" #include "SimConnect.h" #include #include #include #include #include WINBOOL addNotifyIcon(HWND hWnd); WINBOOL removeNotifyIcon(HWND hWnd); void toLog(const std::string &message); #endif