]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/dimension-cache-callback.hh
431e3e5a4ec92d0f4fb5dbef8a6f62bab6648b8e
[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@xs4all.nl>
7 */
8
9 #ifndef DIMENSION_CACHE_CALLBACK_HH
10 #define DIMENSION_CACHE_CALLBACK_HH
11
12 #include "axis.hh"
13
14 typedef Interval (*Dim_cache_callback) (Grob *, Axis);
15 typedef Real (*Offset_callback) (Grob *, Axis);
16
17 #endif /* DIMENSION_CACHE_CALLBACK_HH */
18