]> git.donarmstrong.com Git - lilypond.git/blob - hdr/walkregs.hh
partial: 0.0.38.hanjan
[lilypond.git] / hdr / walkregs.hh
1 /*
2   walkregs.hh -- declare Walker_registers
3
4   source file of the LilyPond music typesetter
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9
10 #ifndef WALKREGS_HH
11 #define WALKREGS_HH
12
13
14 #include "registergroup.hh"
15
16 struct Walker_registers : Register_group {
17     Walker_registers(Complex_walker *w);
18 };
19
20 #endif // WALKREGS_HH