minor changes

This commit is contained in:
Jonas Zeunert
2018-11-21 00:21:17 +01:00
parent ab6979ae63
commit 957f1f2334
8 changed files with 38 additions and 39 deletions

View File

@@ -0,0 +1,24 @@
//
// Created by rhetenor on 21.11.18.
//
namespace flippR_driver
{
namespace output
{
namespace items
{
void OutputItem::activate()
{
}
void OutputItem::deactivate()
{
}
}
}
}