lilypond-0.1.11
[lilypond.git] / lib / template.cc
blob4fefc0b56373e82f6be40da224544e7d7c131c28
1 /*
2 template.cc -- instantiate Pointer_list<Source_file*>
4 source file of the GNU LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
9 #include "source-file.hh"
10 #include "plist.tcc"
11 #include "pcursor.tcc"
12 #include "cursor.tcc"
13 #include "list.tcc"
15 template L_INSTANTIATE(void *);
16 template IPL_INSTANTIATE(Source_file);