enough for today

This commit is contained in:
Jonas Zeunert
2018-12-11 00:03:48 +01:00
parent 6367e79898
commit b0d649018e
9 changed files with 29 additions and 31 deletions

View File

@@ -8,7 +8,7 @@
#ifndef _SRC_OUTPUT_ISOUND_H_
#define _SRC_OUTPUT_ISOUND_H_
#include "IItem.h"
#include "output/items/IItem.h"
namespace flippR_driver
{
@@ -17,7 +17,7 @@ namespace output
namespace items
{
class ISound : public IItem
class ISound
{
public:
ISound();