Move event handling its own file

This commit is contained in:
Robbert van der Helm
2020-03-11 14:42:09 +01:00
parent c86ad23703
commit aa31665666
8 changed files with 244 additions and 227 deletions
+4
View File
@@ -17,6 +17,10 @@
#include "plugin-bridge.h"
#include <boost/filesystem.hpp>
#include <iostream>
#include "../common/communication.h"
#include "../common/events.h"
namespace fs = boost::filesystem;
+1 -3
View File
@@ -16,8 +16,6 @@
#pragma once
// This included is redundant, but ccls will complain if this is not included
// before windowes.h even though it will compile just fine
#include "boost-fix.h"
#define NOMINMAX
@@ -28,9 +26,9 @@
#include <vestige/aeffectx.h>
#include <windows.h>
#include <boost/asio/local/stream_protocol.hpp>
#include <thread>
#include "../common/communication.h"
#include "../common/logging.h"
/**