Files
Work/midiseq/hold/EVNTBLCK.HPP
2024-08-07 09:16:27 -04:00

9 lines
160 B
C++

#ifndef _MIDISEQ_EVENTBLOCK_HPP_
#define _MIDISEQ_EVENTBLOCK_HPP_
class PureEvent;
template <class T>
class Block;
typedef Block<PureEvent> EventBlock;
#endif