]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.57
authorfred <fred>
Sun, 24 Mar 2002 20:09:52 +0000 (20:09 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:09:52 +0000 (20:09 +0000)
lily/include/direction.hh

index 66abd5f379f570a878220d1e9063236f846c04ba..358c482517c2611befd5265b87b64c4ca34bf04a 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  direction.hh -- declare 
+  direction.hh -- declare Direction
 
   source file of the GNU LilyPond music typesetter
 
@@ -10,6 +10,8 @@
 #ifndef DIRECTION_HH
 #define DIRECTION_HH
 
+#include "axes.hh"
+
 enum Direction 
 {
   UP=1,
@@ -36,5 +38,6 @@ flip (Direction *i) {
  */
 template<class T> minmax (Direction d, T, T);
 
+String direction_str (Direction, Axis);
 
 #endif // DIRECTION_HH