lilypond-1.3.16
[lilypond.git] / lily / include / debug.hh
blob63df6b6afcf0d9f9510582033c2a59c085083eb3
1 /*
2 Argh! this sux! implementation not liblily
3 */
5 #ifndef DEBUG_HH
6 #define DEBUG_HH
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"
16 // progress
17 extern ostream *mlog;
20 #endif