1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-19 02:12:37 +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:
Peter Nelson
2025-03-20 23:54:54 +00:00
committed by Peter Nelson
parent edb101d12f
commit 2909a14374
64 changed files with 107 additions and 22 deletions

View File

@@ -39,6 +39,8 @@
#include "timer/timer.h"
#include "timer/timer_window.h"
#include "table/strings.h"
#include "safeguards.h"
/** Values for _settings_client.gui.auto_scrolling */