lilypond-0.0.3
[lilypond.git] / misc.hh
blobfb8889f55193300f66ce85d32273ebad2bdd3591
1 #ifndef MISC_HH
2 #define MISC_HH
3 #include "mtime.hh"
4 int intlog2(int d);
5 Real duration_to_idealspace(Mtime d);
6 class String;
7 const char *get_version();
8 #endif