summaryrefslogtreecommitdiff
path: root/mi2mu/template9.cc
blob: 7d99a4b9205ab294a96327e02c9044a195de6429 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
//
// template.cc -- implementemplate
// ugh: must have unique name for Cygnus' gcc:
// liblily.a(template.o): In function `GLOBAL_$I$template.cc':
// template.cc:28: multiple definition of `global constructors keyed to template.cc'
//
// copyright 1997 Jan Nieuwenhuizen <janneke@gnu.org>

#include "proto.hh"
#include "list.hh"
#include "list.tcc"
#include "cursor.tcc"

class istream;
class ostream;

#include "mudela-item.hh"
#include "mudela-column.hh"
#include "mudela-staff.hh"
#include "mudela-voice.hh"
#include "mudela-staff.hh"
#include "mudela-score.hh"
#include "pcursor.hh"
#include "plist.hh"
#include "pcursor.tcc"
#include "plist.tcc"

POINTERLIST_INSTANTIATE(Mudela_item);
POINTERLIST_INSTANTIATE(Mudela_staff);
POINTERLIST_INSTANTIATE(Mudela_voice);
POINTERLIST_INSTANTIATE(Mudela_column);
POINTERLIST_INSTANTIATE(Mudela_score);