1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-22 23:33:04 +01:00

Rename rct_string_id to StringId

This commit is contained in:
Gymnasiast
2022-07-31 14:22:58 +02:00
parent 6c5bdd5e08
commit d3fd31c611
190 changed files with 879 additions and 890 deletions

View File

@@ -27,7 +27,7 @@ namespace OpenRCT2::Ui
{
return nullptr;
}
rct_window* ShowError(rct_string_id /*title*/, rct_string_id /*message*/, const Formatter& /*formatter*/) override
rct_window* ShowError(StringId /*title*/, StringId /*message*/, const Formatter& /*formatter*/) override
{
return nullptr;
}