mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-19 04:29:09 +00:00
(svn r11677) -Codechange: move price and command related types/functions to their respective places.
This commit is contained in:
@@ -13,7 +13,7 @@ extern const char _openttd_revision[];
|
||||
#include "../string.h"
|
||||
#include "../strings_func.h"
|
||||
#include "../map.h"
|
||||
#include "../command.h"
|
||||
#include "../command_func.h"
|
||||
#include "../variables.h"
|
||||
#include "../date.h"
|
||||
#include "../newgrf_config.h"
|
||||
|
@@ -15,7 +15,7 @@
|
||||
#include "network_gamelist.h"
|
||||
#include "network_gui.h"
|
||||
#include "../saveload.h"
|
||||
#include "../command.h"
|
||||
#include "../command_func.h"
|
||||
#include "../console.h"
|
||||
#include "../variables.h"
|
||||
#include "../ai/ai.h"
|
||||
|
@@ -7,7 +7,7 @@
|
||||
#include "network_data.h"
|
||||
#include "../string.h"
|
||||
#include "network_client.h"
|
||||
#include "../command.h"
|
||||
#include "../command_func.h"
|
||||
#include "../callback_table.h"
|
||||
#include "../helpers.hpp"
|
||||
|
||||
|
@@ -20,7 +20,6 @@
|
||||
#include "../window_gui.h"
|
||||
#include "../textbuf_gui.h"
|
||||
#include "../gfx.h"
|
||||
#include "../command.h"
|
||||
#include "../variables.h"
|
||||
#include "network_server.h"
|
||||
#include "network_udp.h"
|
||||
|
@@ -17,7 +17,7 @@
|
||||
#include "network_server.h"
|
||||
#include "network_udp.h"
|
||||
#include "../console.h"
|
||||
#include "../command.h"
|
||||
#include "../command_func.h"
|
||||
#include "../saveload.h"
|
||||
#include "../vehicle.h"
|
||||
#include "../station.h"
|
||||
|
Reference in New Issue
Block a user