Rev 1141 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1141 | Rev 1157 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | */ |
4 | */ |
Line 5... | Line 5... | ||
5 | 5 | ||
6 | #ifndef _PITCH_H |
6 | #ifndef _PITCH_H |
Line 7... | Line 7... | ||
7 | #define _PITCH_H |
7 | #define _PITCH_H |
Line 8... | Line 8... | ||
8 | 8 | ||
Line 9... | Line 9... | ||
9 | extern int (* pitch_value_ptr)( void ); |
9 | extern int (* pitchValueFP)( void ); |
10 | 10 | ||
Line 11... | Line 11... | ||
11 | #define pitch_initialStickValue() pitchInitialStickValue |
11 | #define pitch_initialStickValue() pitchInitialStickValue |
12 | 12 | ||
Line 13... | Line 13... | ||
13 | #define pitch_currentMode() ( pitchMode ) |
13 | #define pitch_currentMode() ( pitchMode ) |
14 | #define pitch_currentModeString() ( pitchModeStrings[ pitchMode ] ) |
14 | #define pitch_currentModeString() ( pitchModeStrings[ pitchMode ] ) |
15 | 15 |