|
|
@ -1,7 +1,5 @@ |
|
|
|
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
|
|
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
|
|
|
|
|
|
#pragma once |
|
|
|
#ifndef _DEFINES_H |
|
|
|
|
|
|
|
#define _DEFINES_H |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Internal defines, don't edit and expect things to work
|
|
|
|
// Internal defines, don't edit and expect things to work
|
|
|
|
// -------------------------------------------------------
|
|
|
|
// -------------------------------------------------------
|
|
|
@ -207,5 +205,3 @@ enum { |
|
|
|
USE_REVERSE_THRUST_FBWB = (1<<9), |
|
|
|
USE_REVERSE_THRUST_FBWB = (1<<9), |
|
|
|
USE_REVERSE_THRUST_GUIDED = (1<<10), |
|
|
|
USE_REVERSE_THRUST_GUIDED = (1<<10), |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
#endif // _DEFINES_H
|
|
|
|
|
|
|
|