2 // template.cc -- implementemplate
3 // ugh: must have unique name for Cygnus' gcc:
4 // liblily.a(template.o): In function `GLOBAL_$I$template.cc':
5 // template.cc:28: multiple definition of `global constructors keyed to template.cc'
7 // copyright 1997 Jan Nieuwenhuizen <janneke@gnu.org>
17 #include "mudela-item.hh"
18 #include "mudela-column.hh"
19 #include "mudela-staff.hh"
20 #include "mudela-voice.hh"
21 #include "mudela-staff.hh"
22 #include "mudela-score.hh"
25 #include "pcursor.tcc"
28 POINTERLIST_INSTANTIATE(Mudela_item
);
29 POINTERLIST_INSTANTIATE(Mudela_staff
);
30 POINTERLIST_INSTANTIATE(Mudela_voice
);
31 POINTERLIST_INSTANTIATE(Mudela_column
);
32 POINTERLIST_INSTANTIATE(Mudela_score
);