20 lines
380 B
C++
20 lines
380 B
C++
#ifndef GERMANAIRLINESVA_GACONNECTOR_ESP_MAIN_H
|
|
#define GERMANAIRLINESVA_GACONNECTOR_ESP_MAIN_H
|
|
|
|
#include "constants.h"
|
|
|
|
#include "windows.h"
|
|
|
|
#include "SimConnect.h"
|
|
|
|
#include <ctime>
|
|
#include <fstream>
|
|
#include <iomanip>
|
|
#include <iostream>
|
|
#include <string>
|
|
|
|
WINBOOL addNotifyIcon(HWND hWnd);
|
|
WINBOOL removeNotifyIcon(HWND hWnd);
|
|
void toLog(const std::string &message);
|
|
|
|
#endif |