]> git.donarmstrong.com Git - lilypond.git/blob - mi2mu/include/mi2mu-proto.hh
release: 0.0.65
[lilypond.git] / mi2mu / include / mi2mu-proto.hh
1 /*
2   mi2mu-proto.hh -- declare type names in mi2mu
3
4   source file of mi2mu, part of the GNU LilyPond package,
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9
10 #ifndef MI2MU_PROTO_HH
11 #define MI2MU_PROTO_HH
12
13
14 struct Lily_stream ;
15 class Midi_event ;
16 class Midi_key ;
17 class Midi_note ;
18 class Midi_tempo ;
19 class Midi_text ;
20 class Midi_time ;
21 class Midi_score ;
22 class Midi_track ;
23 class Midi_voice ;
24 class My_midi_lexer ;
25 class My_midi_parser ;
26 class Track_column ;
27
28 #endif // MI2MU_PROTO_HH