still the biggest refactor
This commit is contained in:
@@ -2,16 +2,20 @@
|
||||
// Created by rhetenor on 14.12.18.
|
||||
//
|
||||
|
||||
#ifndef FLIPPR_DRIVER_SOUNDPINCONTROLLER_H
|
||||
#define FLIPPR_DRIVER_SOUNDPINCONTROLLER_H
|
||||
#ifndef FLIPPR_DRIVER_OUTPUT_SOUNDBOARDPINCONTROLLER_H
|
||||
#define FLIPPR_DRIVER_OUTPUT_SOUNDBOARDPINCONTROLLER_H
|
||||
|
||||
#include <output/items/Sound.h>
|
||||
#include "output/items/Sound.h"
|
||||
|
||||
namespace flippR_driver
|
||||
{
|
||||
namespace output
|
||||
{
|
||||
|
||||
namespace items
|
||||
{
|
||||
class Sound;
|
||||
}
|
||||
class SoundBoardPinController
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user