1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-16 17:02:37 +01:00

Codechange: Move GetCharPosInString/GetCharAtPosition to gfx_layout.

These functions are related more to layouting than graphics.
This commit is contained in:
Peter Nelson
2024-06-01 22:37:46 +01:00
committed by Peter Nelson
parent bbbf2b5282
commit 80ddcb9d7d
7 changed files with 39 additions and 35 deletions

View File

@@ -14,6 +14,7 @@
#include "strings_func.h"
#include "gfx_type.h"
#include "gfx_func.h"
#include "gfx_layout.h"
#include "window_func.h"
#include "core/alloc_func.hpp"