From: fred Date: Fri, 11 Oct 1996 20:44:53 +0000 (+0000) Subject: lilypond-0.0.3 X-Git-Tag: release/1.5.59~7092 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a2a59acf04c90a1034078e95d6107d8e4df6fe0d;p=lilypond.git lilypond-0.0.3 --- diff --git a/main.hh b/main.hh new file mode 100644 index 0000000000..264ac3aa78 --- /dev/null +++ b/main.hh @@ -0,0 +1,8 @@ +#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); +#endif diff --git a/qlpsolve.cc b/qlpsolve.cc index c3e9176dbd..13bd30e89b 100644 --- a/qlpsolve.cc +++ b/qlpsolve.cc @@ -1,4 +1,5 @@ #include "qlpsolve.hh" +#include "const.hh" #include "debug.hh" #include "choleski.hh"