]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/input-smob.hh
1dc5cb97001ef48aa4ae67cb6bfb7464da8f6b54
[lilypond.git] / lily / include / input-smob.hh
1 /*   
2   input-smob.hh -- declare input smob
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 INPUT_SMOB_HH
11 #define INPUT_SMOB_HH
12
13 #include "input.hh"
14 #include "smobs.hh"
15
16 SCM make_input (Input spot);
17 Input *unsmob_input(SCM);
18
19 extern Input dummy_input_global;
20
21 #endif /* INPUT_SMOB_HH */
22