1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-21 21:49:10 +00:00

Add: Utf8View and iterator.

This commit is contained in:
frosch
2025-04-01 14:41:39 +02:00
committed by frosch
parent e6a0cf75a9
commit b19e43ae99
7 changed files with 358 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ if (NOT HOST_BINARY_DIR)
../error.cpp
../ini_load.cpp
../string.cpp
../core/utf8.cpp
)
add_definitions(-DSETTINGSGEN)
add_executable(settingsgen ${sourcefiles})