mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-23 12:14:11 +01:00
Codechange: Include table/strings.h in files that use StringIDs.
Be consistent with how and where the file is incldued.
This commit is contained in:
committed by
Peter Nelson
parent
edb101d12f
commit
2909a14374
@@ -16,6 +16,7 @@
|
||||
#include "../../station_cmd.h"
|
||||
#include "../../waypoint_cmd.h"
|
||||
#include "../../timer/timer_game_calendar.h"
|
||||
|
||||
#include "table/strings.h"
|
||||
|
||||
#include "../../safeguards.h"
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
#include "../../road_cmd.h"
|
||||
#include "../../tunnelbridge_cmd.h"
|
||||
#include "../../timer/timer_game_calendar.h"
|
||||
|
||||
#include "table/strings.h"
|
||||
|
||||
#include "../../safeguards.h"
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
#include "../../core/bitmath_func.hpp"
|
||||
#include "../../strings_func.h"
|
||||
#include "../../settings_type.h"
|
||||
|
||||
#include "table/strings.h"
|
||||
|
||||
#include "../../safeguards.h"
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
#include "../../misc_cmd.h"
|
||||
#include "../../object_cmd.h"
|
||||
#include "../../settings_cmd.h"
|
||||
|
||||
#include "table/strings.h"
|
||||
|
||||
#include "../../safeguards.h"
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
#include "../../articulated_vehicles.h"
|
||||
#include "../../engine_cmd.h"
|
||||
#include "../../timer/timer_game_calendar.h"
|
||||
|
||||
#include "table/strings.h"
|
||||
|
||||
#include "../../safeguards.h"
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
#include "../../economy_cmd.h"
|
||||
#include "../../engine_cmd.h"
|
||||
#include "../../3rdparty/nlohmann/json.hpp"
|
||||
|
||||
#include "table/strings.h"
|
||||
|
||||
#include "../../safeguards.h"
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
#include "../../autoreplace_cmd.h"
|
||||
#include "../../group_cmd.h"
|
||||
#include "../../settings_cmd.h"
|
||||
|
||||
#include "table/strings.h"
|
||||
|
||||
#include "../../safeguards.h"
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
#include "../../newgrf_industries.h"
|
||||
#include "../../industry_cmd.h"
|
||||
#include "../../timer/timer_game_calendar.h"
|
||||
|
||||
#include "table/strings.h"
|
||||
|
||||
#include "../../safeguards.h"
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
|
||||
#include "../../stdafx.h"
|
||||
#include "script_sign.hpp"
|
||||
#include "table/strings.h"
|
||||
#include "../script_instance.hpp"
|
||||
#include "../../signs_base.h"
|
||||
#include "../../string_func.h"
|
||||
@@ -17,6 +16,8 @@
|
||||
#include "../../tile_map.h"
|
||||
#include "../../signs_cmd.h"
|
||||
|
||||
#include "table/strings.h"
|
||||
|
||||
#include "../../safeguards.h"
|
||||
|
||||
/* static */ bool ScriptSign::IsValidSign(SignID sign_id)
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
#include "../../station_base.h"
|
||||
#include "../../landscape.h"
|
||||
#include "../../town_cmd.h"
|
||||
|
||||
#include "table/strings.h"
|
||||
|
||||
#include "../../safeguards.h"
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
#include "../../roadveh_cmd.h"
|
||||
#include "../../train_cmd.h"
|
||||
#include "../../vehicle_cmd.h"
|
||||
|
||||
#include "table/strings.h"
|
||||
|
||||
#include "../../safeguards.h"
|
||||
|
||||
Reference in New Issue
Block a user