Subversion Repositories FlightCtrl

Rev

Rev 789 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 789 Rev 851
Line 53... Line 53...
53
struct acc_neutral_struct
53
struct acc_neutral_struct
54
{
54
{
55
        int X;
55
        int X;
56
        int Y;
56
        int Y;
57
        float Z;
57
        float Z;
58
        int C;
-
 
59
};
58
};
Line 60... Line 59...
60
 
59
 
61
extern struct acc_neutral_struct acc_neutral;
60
extern struct acc_neutral_struct acc_neutral;