nearly reworked items
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#ifndef _INCLUDE_FLIPPR_CODE_FLIPPER_H
|
||||
#define _INCLUDE_FLIPPR_CODE_FLIPPER_H
|
||||
|
||||
#include "Item.h"
|
||||
namespace flippR_driver
|
||||
{
|
||||
namespace output
|
||||
@@ -15,7 +16,7 @@ namespace output
|
||||
namespace items
|
||||
{
|
||||
|
||||
class Flipper
|
||||
class Flipper : public virtual Item
|
||||
{
|
||||
public:
|
||||
virtual ~Flipper() = default;
|
||||
|
||||
Reference in New Issue
Block a user