refactor: dissolve console_helpers into util, platform, and minecraft

This commit is contained in:
MatthewBeshay
2026-04-03 19:01:05 +11:00
parent 116cf4887d
commit decc20b70f
211 changed files with 228 additions and 249 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#include <vector>
#include "app/linux/Linux_App.h"
#include "console_helpers/StringHelpers.h"
#include "util/StringHelpers.h"
HtmlString::HtmlString(std::wstring text, eMinecraftColour hexColor,
bool italics, bool indent) {