1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-31 10:45:16 +01:00

Move CodepointView class to its own header

This commit is contained in:
Aaron van Geffen
2024-09-10 23:36:59 +02:00
parent 993c476c23
commit 1b7bbee608
10 changed files with 102 additions and 84 deletions

View File

@@ -11,6 +11,7 @@
#include "helpers/StringHelpers.hpp"
#include <gtest/gtest.h>
#include <openrct2/core/CodepointView.hpp>
#include <openrct2/core/String.hpp>
#include <openrct2/util/Util.h>
#include <string>