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

@@ -16,13 +16,13 @@
#include "Console.hpp"
#include "Diagnostics.hpp"
#include "Guard.hpp"
#include "String.hpp"
#include "StringBuilder.h"
#include <cassert>
#include <cstdarg>
#include <cstdio>
#include <cstdlib>
#include <string>
namespace OpenRCT2::Guard
{