1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 15:24:30 +01:00

Split StringTypes.h off from String.hpp; adjust header includes

This commit is contained in:
Aaron van Geffen
2024-09-10 23:55:53 +02:00
parent 1b7bbee608
commit cf516db6dc
62 changed files with 96 additions and 90 deletions

View File

@@ -29,6 +29,7 @@
#include "../Game.h"
#include "../core/File.h"
#include "../core/Path.hpp"
#include "../core/String.hpp"
#include "../localisation/Currency.h"
#include "Platform.h"