1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 21:13:05 +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

@@ -14,6 +14,7 @@
# include "../Diagnostic.h"
# include "../core/Crypt.h"
# include "../core/IStream.hpp"
# include "../core/String.hpp"
# include <vector>