still great refactor
This commit is contained in:
@@ -5,14 +5,14 @@
|
||||
#ifndef FLIPPR_DRIVER_SOUNDPINCONTROLLER_H
|
||||
#define FLIPPR_DRIVER_SOUNDPINCONTROLLER_H
|
||||
|
||||
#include "OutputPinController.h"
|
||||
#include <output/items/Sound.h>
|
||||
|
||||
namespace flippR_driver
|
||||
{
|
||||
namespace output
|
||||
{
|
||||
|
||||
class SoundBoardPinController : public OutputPinController
|
||||
class SoundBoardPinController
|
||||
{
|
||||
public:
|
||||
virtual void activate(const items::Sound &sound) = 0;
|
||||
|
||||
Reference in New Issue
Block a user