changed everything to impl

This commit is contained in:
Jonas Zeunert
2018-12-14 03:14:50 +01:00
parent ff3376b9d7
commit 2b9981e521
40 changed files with 271 additions and 236 deletions

View File

@@ -14,7 +14,7 @@
// testing purposes
#define private public
#include "output/items/Lamp.h"
#include "output/items/impl/Lamp.h"
using namespace flippR_driver::output;
using namespace fakeit;