From 23d9efbdce2261579d8449bf6ca6f0256fc141da Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 14 Oct 1996 20:46:45 +0000 Subject: [PATCH] lilypond-0.0.9 --- hdr/main.hh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 hdr/main.hh diff --git a/hdr/main.hh b/hdr/main.hh new file mode 100644 index 0000000000..58928f5142 --- /dev/null +++ b/hdr/main.hh @@ -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 -- 2.39.5