* The grand 2005-2006 replace.
[lilypond/patrick.git] / lily / include / dimension-cache-callback.hh
blob37f860510f0ed513202c6eb6b11e0cad0fb683bd
1 /*
2 dimension-cache-callback.hh -- declare
4 source file of the GNU LilyPond music typesetter
6 (c) 2000--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
9 #ifndef DIMENSION_CACHE_CALLBACK_HH
10 #define DIMENSION_CACHE_CALLBACK_HH
12 #include "axis.hh"
14 typedef Interval (*Dim_cache_callback) (Grob *, Axis);
15 typedef Real (*Offset_callback) (Grob *, Axis);
17 #endif /* DIMENSION_CACHE_CALLBACK_HH */