]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/input-smob.hh
c38c240edf11a8cebf3ae65a3fdd1468080ed240
[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--2001 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 "lily-guile.hh"
15 #include "smobs.hh"
16
17 SCM make_input (Input spot);
18 Input *unsmob_input(SCM);
19
20 extern Input dummy_input_global;
21
22 #endif /* INPUT_SMOB_HH */
23