From: daveluff Date: Sat, 11 Oct 2003 18:08:45 +0000 (+0000) Subject: Add a constant holding the number of different ATC types X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=eb0b8ad47c12769b3c9d7faae36556104ff9ae3f;p=flightgear.git Add a constant holding the number of different ATC types --- diff --git a/src/ATC/ATC.hxx b/src/ATC/ATC.hxx index 071cd5038..1c96f86ad 100644 --- a/src/ATC/ATC.hxx +++ b/src/ATC/ATC.hxx @@ -65,7 +65,9 @@ enum atc_type { APPROACH, DEPARTURE, ENROUTE -}; +}; + +const int ATC_NUM_TYPES = 7; // DCL - new experimental ATC data store struct ATCData {