]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/debug.hh
release: 1.3.145
[lilypond.git] / lily / include / debug.hh
1 /*
2   Argh! this sux! implementation not liblily
3  */
4
5 #ifndef DEBUG_HH
6 #define DEBUG_HH
7
8 #include <assert.h>
9
10 #include "real.hh"
11 #include "lily-proto.hh"
12 #include "warn.hh"
13
14 void progress_indication (String);
15
16 #endif