|
@ -22,8 +22,6 @@ using bytes = std::vector<byte>; |
|
|
using bytes_ref = std::tuple<byte const*, size_t>; |
|
|
using bytes_ref = std::tuple<byte const*, size_t>; |
|
|
using code_iterator = byte const*; |
|
|
using code_iterator = byte const*; |
|
|
|
|
|
|
|
|
struct NoteChannel {}; // FIXME: Use some log library?
|
|
|
|
|
|
|
|
|
|
|
|
enum class ReturnCode |
|
|
enum class ReturnCode |
|
|
{ |
|
|
{ |
|
|
// Success codes
|
|
|
// Success codes
|
|
|