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;