]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.9
authorfred <fred>
Fri, 1 Nov 1996 15:41:31 +0000 (15:41 +0000)
committerfred <fred>
Fri, 1 Nov 1996 15:41:31 +0000 (15:41 +0000)
src/template3.cc [new file with mode: 0644]

diff --git a/src/template3.cc b/src/template3.cc
new file mode 100644 (file)
index 0000000..92921bb
--- /dev/null
@@ -0,0 +1,12 @@
+#include "request.hh"
+#include "command.hh"
+#include "molecule.hh"
+#include "list.cc"
+#include "plist.cc"
+#include "cursor.cc"
+PL_instantiate(Atom);
+PL_instantiate(Command);
+PL_instantiate(Request);
+
+
+