]> git.donarmstrong.com Git - lilypond.git/blob - flower/include/rational.hh
release: 0.1.13
[lilypond.git] / flower / include / rational.hh
1 /*
2   rational.hh -- declare rational helpers
3
4   source file of the Flower Library
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9
10 #ifndef RATIONAL_HH
11 #define RATIONAL_HH
12 #include <Rational.h>
13
14 /// print a Rational. To be called from the  debugger
15 void print_rat (Rational const&);
16
17 #endif // RATIONAL_HH