looking into old commit

This commit is contained in:
Jonas Zeunert
2018-07-10 22:02:26 +02:00
parent 202cfbe8c0
commit b164bb2ee9
13 changed files with 760 additions and 317 deletions

View File

@@ -6,16 +6,16 @@
*/
#include "../catch.hpp"
#include "../fakeit.hpp"
#include "../../src/utilities/LoggerFactory.hpp"
#include "../../src/utilities/IEventHandler.h"
#include "catch.hpp"
#include "fakeit.hpp"
#include "utilities/LoggerFactory.hpp"
#include "utilities/IEventHandler.h"
// testing purposes
#define private public
#include "../../src/input/EventNotifier.h"
#include "input/EventNotifier.h"
using namespace Input;
using namespace fakeit;