2 dimension-cache-callback.hh -- declare
4 source file of the GNU LilyPond music typesetter
6 (c) 2000--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10 #ifndef DIMENSION_CACHE_CALLBACK_HH
11 #define DIMENSION_CACHE_CALLBACK_HH
14 typedef Interval (*Dim_cache_callback) (Grob *,Axis);
15 typedef Real (*Offset_callback) (Grob *,Axis);
17 #endif /* DIMENSION_CACHE_CALLBACK_HH */