]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/debug.hh
patch::: 1.3.17.jcn2
[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 #include <iostream.h>
10 #include "dstream.hh"
11 #include "real.hh"
12 #include "lily-proto.hh"
13 #include "flower-debug.hh"
14 #include "warn.hh"
15
16 // progress
17 extern ostream *mlog;
18
19
20 #endif