factory
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
#ifndef _SRC_OUTPUT_ISOUND_H_
|
||||
#define _SRC_OUTPUT_ISOUND_H_
|
||||
|
||||
#include "IItem.h"
|
||||
|
||||
namespace flippR_driver
|
||||
{
|
||||
namespace output
|
||||
@@ -15,7 +17,7 @@ namespace output
|
||||
namespace items
|
||||
{
|
||||
|
||||
class ISound
|
||||
class ISound : public IItem
|
||||
{
|
||||
public:
|
||||
ISound();
|
||||
|
||||
Reference in New Issue
Block a user