written output item logic
This commit is contained in:
25
FlippR-Driver/src/output/items/IDriverBoardItem.h
Normal file
25
FlippR-Driver/src/output/items/IDriverBoardItem.h
Normal file
@@ -0,0 +1,25 @@
|
||||
//
|
||||
// Created by rhetenor on 23.11.18.
|
||||
//
|
||||
|
||||
#ifndef FLIPPR_DRIVER_IDRIVERBOARDITEM_H
|
||||
#define FLIPPR_DRIVER_IDRIVERBOARDITEM_H
|
||||
|
||||
namespace flippR_driver
|
||||
{
|
||||
namespace output
|
||||
{
|
||||
namespace items
|
||||
{
|
||||
|
||||
class IDriverBoardItem : public IItem
|
||||
{
|
||||
virtual ~IDriverBoardItem()
|
||||
{};
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#endif //FLIPPR_DRIVER_IDRIVERBOARDITEM_H
|
||||
Reference in New Issue
Block a user