]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.9
authorfred <fred>
Mon, 14 Oct 1996 20:46:45 +0000 (20:46 +0000)
committerfred <fred>
Mon, 14 Oct 1996 20:46:45 +0000 (20:46 +0000)
hdr/main.hh [new file with mode: 0644]

diff --git a/hdr/main.hh b/hdr/main.hh
new file mode 100644 (file)
index 0000000..58928f5
--- /dev/null
@@ -0,0 +1,11 @@
+#ifndef MAIN_HH
+#define MAIN_HH
+#include "proto.hh"
+
+void debug_init();
+void do_scores();
+void add_score(Score * s);
+void set_default_output(String s);
+const char *get_version();
+
+#endif