non/sequencer/src/dash.H

11 lines
93 B
C++
Raw Normal View History

2007-12-18 05:09:02 +01:00
#pragma once
struct dash
{
tick_t timestamp;
tick_t length;
unsigned char color;
};