Files
Work/midiwrt/STDTMPL.CPP
2024-08-07 09:16:27 -04:00

21 lines
564 B
C++

#define _EXPAND_BLOCK_TEMPLATES_
#define _EXPAND_VECTOR_TEMPLATES_
#include <common/block.hpp>
#include <common/block.tpp>
#include <common/callback.hpp>
#include <common/callback.tpp>
#include <common/pvector.hpp>
#include <common/pvector.tpp>
#include <common/bmplnk.hpp>
#include <midiwrt/purenote.hpp>
#include <midiwrt/musdlg.hpp>
#include <midiwrt/pureinst.hpp>
typedef Callback<MUSDlg> a;
typedef Block<CallbackPointer> b;
typedef Block<LinkedBitmap> c;
typedef Block<LinkedBitmap> d;
typedef PureVector<PureInstrument> e;
typedef PureVector<PureNote> f;