]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.1
authorfred <fred>
Fri, 1 Aug 1997 19:33:15 +0000 (19:33 +0000)
committerfred <fred>
Fri, 1 Aug 1997 19:33:15 +0000 (19:33 +0000)
flower/include/rational.hh

index 30fa2cb6d6e42db46c4a6c89cd3c33264aabfaec..d3b68f726fba9d0c5c584721a55313c19a015b20 100644 (file)
@@ -1 +1,17 @@
+/*
+  rational.hh -- declare 
+
+  source file of the Flower Library
+
+  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+*/
+
+
+#ifndef RATIONAL_HH
+#define RATIONAL_HH
 #include <Rational.h>
+
+/// print a Rational. To be called from the  debugger
+void print_rat(Rational const&);
+
+#endif // RATIONAL_HH