Subversion Repositories Projects

Rev

Rev 483 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 483 Rev 505
Line 13... Line 13...
13
#define RIDDIM_H
13
#define RIDDIM_H
Line 14... Line 14...
14
 
14
 
15
 
15
 
Line 16... Line 16...
16
 
16
 
17
#define RIDDIM_VERSION_MAJOR 0
17
#define RIDDIM_VERSION_MAJOR 0
18
#define RIDDIM_VERSION_MINOR 7
18
#define RIDDIM_VERSION_MINOR 8
Line 66... Line 66...
66
int act_roll=0;
66
int act_roll=0;
67
int act_gier=0;
67
int act_gier=0;
68
int act_gas=0;
68
int act_gas=0;
69
int act_mode=0;
69
int act_mode=0;
Line -... Line 70...
-
 
70
 
Line -... Line 71...
-
 
71
int act_alt=0;
-
 
72
 
70
 
73
 
71
 
74
long act_long_alt=0;
Line 72... Line 75...
72
 
75
 
73
#define FALSE 0
76
#define FALSE 0