summaryrefslogtreecommitdiffstats
path: root/game/client/globals.hh
diff options
context:
space:
mode:
authoruntodesu <kirill@untode.su>2025-09-11 15:10:18 +0500
committeruntodesu <kirill@untode.su>2025-09-11 15:10:18 +0500
commita6ea7b7bbc66327cc2a957496f65dcfab5361cee (patch)
treea4fda8a1a490bf1d88afe4e8d2f8814afdcc0de1 /game/client/globals.hh
parent8784cbfebcb8a0220fb947a6070032e20b80fc2f (diff)
downloadvoxelius-a6ea7b7bbc66327cc2a957496f65dcfab5361cee.tar.bz2
voxelius-a6ea7b7bbc66327cc2a957496f65dcfab5361cee.zip
Update ImGui to a newer version with font scaling
Diffstat (limited to 'game/client/globals.hh')
-rw-r--r--game/client/globals.hh5
1 files changed, 2 insertions, 3 deletions
diff --git a/game/client/globals.hh b/game/client/globals.hh
index 0ed98ac..69ce29c 100644
--- a/game/client/globals.hh
+++ b/game/client/globals.hh
@@ -58,9 +58,8 @@ extern ENetHost* client_host;
extern world::Dimension* dimension;
extern entt::entity player;
-extern ImFont* font_debug;
-extern ImFont* font_default;
-extern ImFont* font_chat;
+extern ImFont* font_unscii16;
+extern ImFont* font_unscii8;
extern config::KeyBind* gui_keybind_ptr;
extern config::GamepadAxis* gui_gamepad_axis_ptr;