From: fred Date: Sun, 24 Mar 2002 20:09:52 +0000 (+0000) Subject: lilypond-0.1.57 X-Git-Tag: release/1.5.59~3200 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2bd84a711f5b1b7c3eb9fa79f04a9295f8a54c15;p=lilypond.git lilypond-0.1.57 --- diff --git a/lily/include/direction.hh b/lily/include/direction.hh index 66abd5f379..358c482517 100644 --- a/lily/include/direction.hh +++ b/lily/include/direction.hh @@ -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 minmax (Direction d, T, T); +String direction_str (Direction, Axis); #endif // DIRECTION_HH