]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dimension-cache-callback.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / dimension-cache-callback.hh
index a3186ec4e133401fe71b1a017a1c6329c8eb9825..37f860510f0ed513202c6eb6b11e0cad0fb683bd 100644 (file)
@@ -1,18 +1,18 @@
-/*   
-  dimension-cache-callback.hh -- declare 
-  
+/*
+  dimension-cache-callback.hh -- declare
+
   source file of the GNU LilyPond music typesetter
-  
-  (c) 2000--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
+
+  (c) 2000--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+*/
 
 #ifndef DIMENSION_CACHE_CALLBACK_HH
 #define DIMENSION_CACHE_CALLBACK_HH
 
+#include "axis.hh"
 
-typedef Interval (*Dim_cache_callback) (Grob *,Axis);
-typedef Real (*Offset_callback) (Grob *,Axis);
+typedef Interval (*Dim_cache_callback) (Grob *, Axis);
+typedef Real (*Offset_callback) (Grob *, Axis);
 
 #endif /* DIMENSION_CACHE_CALLBACK_HH */