working on item rewrite

This commit is contained in:
Jonas Zeunert
2019-05-06 18:03:50 +02:00
parent a780eea620
commit af00a67428
27 changed files with 113 additions and 176 deletions

View File

@@ -10,6 +10,7 @@
#include "output/items/Sound.h"
#include "Item.h"
#include "DriverBoardItem.h"
#include <memory>
#include <string>
@@ -28,7 +29,7 @@ namespace items
namespace detail
{
class Sound : public Item, public items::Sound
class Sound : public detail::Item, public items::Sound, public detail::DriverBoardItem
{
public:
u_int id;