]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/dimension-cache-callback.hh
a649ef057cf6fb937be3d696e96f2f3dfaf8d479
[lilypond.git] / lily / include / dimension-cache-callback.hh
1 /*   
2   dimension-cache-callback.hh -- declare 
3   
4   source file of the GNU LilyPond music typesetter
5   
6   (c) 2000--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7   
8  */
9
10 #ifndef DIMENSION_CACHE_CALLBACK_HH
11 #define DIMENSION_CACHE_CALLBACK_HH
12
13 #include "axes.hh"
14
15 typedef Interval (*Dim_cache_callback) (Grob *,Axis);
16 typedef Real (*Offset_callback) (Grob *,Axis);
17
18 #endif /* DIMENSION_CACHE_CALLBACK_HH */
19