Namespaces and formatting
This commit is contained in:
@@ -100,7 +100,7 @@ class SimConnect
|
||||
bool pausedMenu;
|
||||
bool paused;
|
||||
std::mutex mutex;
|
||||
struct germanairlinesva::websocket::data simData;
|
||||
struct germanairlinesva::gaconnector::websocket::data simData;
|
||||
std::shared_ptr<germanairlinesva::file::config::Config> configuration;
|
||||
std::function<void(const std::string)> toLog;
|
||||
|
||||
@@ -117,7 +117,7 @@ class SimConnect
|
||||
~SimConnect();
|
||||
bool isConnected() const;
|
||||
const std::string getVersion() const;
|
||||
void getData(struct germanairlinesva::websocket::data *data);
|
||||
void getData(struct germanairlinesva::gaconnector::websocket::data *data);
|
||||
void getStates() const;
|
||||
void handleMessage();
|
||||
};
|
||||
|
||||
+1
-1
@@ -16,11 +16,11 @@
|
||||
#include <stdlib.h>
|
||||
#include <windows.h>
|
||||
|
||||
#include "_simconnect.h"
|
||||
#include "config/config.hpp"
|
||||
#include "constants.h"
|
||||
#include "logbook/logbook.hpp"
|
||||
#include "recording/recording.hpp"
|
||||
#include "_simconnect.h"
|
||||
#include "simdata/simDatabase.hpp"
|
||||
|
||||
WINBOOL addNotifyIcon(HWND hWnd);
|
||||
|
||||
Reference in New Issue
Block a user