]> git.donarmstrong.com Git - lilypond.git/blob - lib/template.cc
release: 0.1.11
[lilypond.git] / lib / template.cc
1 /*
2   template.cc -- instantiate Pointer_list<Source_file*>
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9 #include "source-file.hh"
10 #include "plist.tcc"
11 #include "pcursor.tcc"
12 #include "cursor.tcc"
13 #include "list.tcc"
14
15 template LIST_INSTANTIATE(void *);
16 template POINTERLIST_INSTANTIATE(Source_file);