]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/direction.hh
release: 0.1.57
[lilypond.git] / 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