28 lines
531 B
C++

#ifndef GERMANAIRLINESVA_GACONNECTOR_ESP_MAIN_H
#define GERMANAIRLINESVA_GACONNECTOR_ESP_MAIN_H
#include <atomic>
#include <ctime>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <mutex>
#include <queue>
#include <string>
#include "constants.h"
#include "websocket.h"
#include <windows.h>
#include "_simconnect.h"
#include "recorder.h"
WINBOOL addNotifyIcon(HWND hWnd);
WINBOOL removeNotifyIcon(HWND hWnd);
WINBOOL createMenu(HWND hWnd);
void end(HWND hwnd);
void toLog(const std::string &message);
#endif