1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-31 10:45:16 +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

@@ -18,6 +18,7 @@
#include "../core/DataSerialiser.h"
#include "../core/Guard.hpp"
#include "../core/MemoryStream.h"
#include "../core/String.hpp"
#include "../entity/Peep.h"
#include "../entity/Staff.h"
#include "../interface/Viewport.h"