non/sequencer/src/dash.H

11 lines
93 B
C

#pragma once
struct dash
{
tick_t timestamp;
tick_t length;
unsigned char color;
};