Generate VS projects

This commit is contained in:
dP
2020-03-18 02:39:04 +03:00
parent 5201c504f4
commit 499bc8e5e6
15 changed files with 51 additions and 27 deletions
+3 -3
View File
@@ -29,14 +29,14 @@
#include "widgets/airport_widget.h"
#include "citymania/station_gui.hpp"
#include "citymania/station_ui.hpp"
#include "safeguards.h"
static AirportClassID _selected_airport_class; ///< the currently visible airport class
AirportClassID _selected_airport_class; ///< the currently visible airport class
int _selected_airport_index; ///< the index of the selected airport in the current class or -1
static byte _selected_airport_layout; ///< selected airport layout number.
byte _selected_airport_layout; ///< selected airport layout number.
static void ShowBuildAirportPicker(Window *parent);