2 // template.cc -- implementemplate
4 // copyright 1997 Jan Nieuwenhuizen <jan@digicash.com>
14 #include "mudela-item.hh"
15 #include "mudela-column.hh"
16 #include "mudela-staff.hh"
17 #include "mudela-voice.hh"
21 POINTERLIST_INSTANTIATE(Mudela_item
);
22 POINTERLIST_INSTANTIATE(Mudela_staff
);
23 POINTERLIST_INSTANTIATE(Mudela_voice
);
24 POINTERLIST_INSTANTIATE(Mudela_voice
);
25 POINTERLIST_INSTANTIATE(Mudela_column
);