File diff r10959:4b345c618e31 → r10960:e97ebf9cf99b
src/ai/api/ai_order.cpp
Show inline comments
 
/* $Id$ */
 

	
 
/** @file ai_order.cpp Implementation of AIOrder. */
 

	
 
#include "ai_order.hpp"
 
#include "ai_map.hpp"
 
#include "ai_vehicle.hpp"
 
#include "../ai_instance.hpp"
 
#include "../../openttd.h"
 
#include "../../debug.h"
 
#include "../../vehicle_base.h"
 
#include "../../depot_base.h"
 
#include "../../landscape.h"
 
#include "../../rail_map.h"
 
#include "../../road_map.h"
 
#include "../../station_map.h"
 
#include "../../water_map.h"
 
#include "../../waypoint.h"
 

	
 
/**
 
 * Gets the order type given a tile
 
 * @param t the tile to get the order from
 
 * @return the order type, or OT_END when there is no order