Initial WIN32 Impl
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user