summaryrefslogtreecommitdiffstats
path: root/game/client/globals.hh
diff options
context:
space:
mode:
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;