working on item rewrite
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
#ifndef _SRC_OUTPUT_ILAMP_H_
|
||||
#define _SRC_OUTPUT_ILAMP_H_
|
||||
|
||||
#include "Item.h"
|
||||
|
||||
namespace flippR_driver
|
||||
{
|
||||
namespace output
|
||||
@@ -15,7 +17,7 @@ namespace output
|
||||
namespace items
|
||||
{
|
||||
|
||||
class Lamp
|
||||
class Lamp : public Item
|
||||
{
|
||||
public:
|
||||
virtual ~Lamp() = default;
|
||||
|
||||
Reference in New Issue
Block a user