]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dimension-cache-callback.hh
release commit
[lilypond.git] / lily / include / dimension-cache-callback.hh
index 2fc18975dc9dc609b53a6601bae5c0909a65cef1..431e3e5a4ec92d0f4fb5dbef8a6f62bab6648b8e 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--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
+
+  (c) 2000--2005 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 */