1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Move CSStringConverter from localisation to rct12 folder (#22280)

This commit is contained in:
Aaron van Geffen
2024-07-12 22:37:00 +02:00
committed by GitHub
parent e816e751c9
commit 229df6d66d
12 changed files with 132 additions and 139 deletions

View File

@@ -9,6 +9,7 @@
#include "helpers/StringHelpers.hpp"
#include "openrct2/localisation/Language.h"
#include "openrct2/rct12/CSStringConverter.h"
#include <gtest/gtest.h>