1
0
Fork 0
flightgear/src/GUI/QtLauncher_fwd.hxx
James Turner e356e691b2 Cap number of airports displayed in diagrams
- restrict heliports / seaports by aircraft type
- prioritise by runway length
- clean up airport label names
2015-11-23 00:48:21 +00:00

15 lines
198 B
C++

#ifndef QTGUI_FWD_H
#define QTGUI_FWD_H
enum LauncherAircraftType
{
Airplane = 0,
Seaplane,
Helicopter,
Airship
};
extern QString fixNavaidName(QString s);
#endif // QTGUI_FWD_H