Rev 1139 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1134 | thjac | 1 | /* pitch_md.h |
2 | * |
||
3 | * Copyright 2009 Thoams Jachmann |
||
4 | */ |
||
5 | |||
6 | #ifndef PITCH_MD_H |
||
7 | #define PITCH_MD_H |
||
8 | |||
1141 | thjac | 9 | #define pitch_hoverValue() pitchHover |
1139 | thjac | 10 | |
1134 | thjac | 11 | extern void pitch_md_init( void ); |
12 | extern int pitch_md_value( void ); |
||
13 | |||
1139 | thjac | 14 | extern char pitchHover; |
15 | |||
1134 | thjac | 16 | #endif // PITCH_MD_H |