File diff r15933:39e6324db57a → r15934:789c54d0000d
src/newgrf_airport.cpp
Show inline comments
 
@@ -8,23 +8,17 @@
 
 */
 

	
 
/** @file newgrf_airport.cpp NewGRF handling of airports. */
 

	
 
#include "stdafx.h"
 
#include "debug.h"
 
#include "airport.h"
 
#include "newgrf_airport.h"
 
#include "date_func.h"
 
#include "settings_type.h"
 
#include "core/alloc_type.hpp"
 
#include "newgrf.h"
 
#include "newgrf_commons.h"
 
#include "newgrf_spritegroup.h"
 
#include "newgrf_text.h"
 
#include "station_base.h"
 
#include "table/strings.h"
 
#include "newgrf_class_func.h"
 

	
 
/**
 
 * Reset airport classes to their default state.
 
 * This includes initialising the defaults classes with an empty
 
 * entry, for standard airports.