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
|
@ -67,6 +67,8 @@ enum atc_type {
|
|||
ENROUTE
|
||||
};
|
||||
|
||||
const int ATC_NUM_TYPES = 7;
|
||||
|
||||
// DCL - new experimental ATC data store
|
||||
struct ATCData {
|
||||
atc_type type;
|
||||
|
|
Loading…
Add table
Reference in a new issue