13
0
livetrax/libs/surfaces/mackie/types.cc

10 lines
179 B
C++

#include "types.h"
namespace Mackie
{
LedState on( LedState::on );
LedState off( LedState::off );
LedState flashing( LedState::flashing );
LedState none( LedState::none );
}