1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 08:14:38 +01:00

Move UI exclusive string ids to UiStringIds.h

This commit is contained in:
Aaron van Geffen
2024-05-10 23:24:46 +02:00
parent 340a6838cc
commit ef4cad5ee3
30 changed files with 2270 additions and 2189 deletions

View File

@@ -7,12 +7,15 @@
* OpenRCT2 is licensed under the GNU General Public License version 3.
*****************************************************************************/
#include "../UiStringIds.h"
#include <openrct2-ui/interface/Graph.h>
#include <openrct2/Context.h>
#include <openrct2/Date.h>
#include <openrct2/localisation/Date.h>
#include <openrct2/localisation/Formatter.h>
#include <openrct2/localisation/StringIds.h>
using namespace OpenRCT2;
namespace Graph
{