(svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
This commit is contained in:
@@ -4,13 +4,14 @@
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "openttd.h"
|
||||
#include "functions.h"
|
||||
#include "variables.h"
|
||||
#include "table/strings.h"
|
||||
#include "command_func.h"
|
||||
#include "date.h"
|
||||
#include "player.h"
|
||||
#include "vehicle.h"
|
||||
#include "functions.h"
|
||||
#include "window_func.h"
|
||||
|
||||
|
||||
static void ChangeTimetable(Vehicle *v, VehicleOrderID order_number, uint16 time, bool is_journey)
|
||||
|
Reference in New Issue
Block a user