Add a constant holding the number of different ATC types
This commit is contained in:
parent
497559f2ba
commit
eb0b8ad47c
1 changed files with 3 additions and 1 deletions
|
@ -65,7 +65,9 @@ enum atc_type {
|
||||||
APPROACH,
|
APPROACH,
|
||||||
DEPARTURE,
|
DEPARTURE,
|
||||||
ENROUTE
|
ENROUTE
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const int ATC_NUM_TYPES = 7;
|
||||||
|
|
||||||
// DCL - new experimental ATC data store
|
// DCL - new experimental ATC data store
|
||||||
struct ATCData {
|
struct ATCData {
|
||||||
|
|
Loading…
Add table
Reference in a new issue