lilypond-0.1.33
[lilypond.git] / lib / template.cc
blob90f9818d857ade7dd00d590d73e57f270065d135
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 LIST_INSTANTIATE(void *);
16 template POINTERLIST_INSTANTIATE(Source_file);