wrote display stuff and refactored thousend things
This commit is contained in:
@@ -10,9 +10,9 @@
|
||||
#include "fakeit.hpp"
|
||||
|
||||
|
||||
#include "utilities/LoggerFactory.h"
|
||||
#include "utility/LoggerFactory.h"
|
||||
#include "IEventHandler.h"
|
||||
#include "utilities/IBlockingQueue.h"
|
||||
#include "utility/IBlockingQueue.h"
|
||||
|
||||
|
||||
// testing purposes
|
||||
@@ -23,6 +23,7 @@
|
||||
using namespace FlippR_Driver;
|
||||
using namespace Input;
|
||||
using namespace fakeit;
|
||||
using namespace utility;
|
||||
|
||||
SCENARIO("An EventNotifier gets created", "[construction]")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user