]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/debug.hh
release: 1.2.12
[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 void error_t (const String& s, Time_description const &  t_tdes);
17 void error_t (String const &s, const Moment &when);
18
19 // progress
20 extern ostream *mlog;
21
22
23 #endif