From a6ea7b7bbc66327cc2a957496f65dcfab5361cee Mon Sep 17 00:00:00 2001 From: untodesu Date: Thu, 11 Sep 2025 15:10:18 +0500 Subject: Update ImGui to a newer version with font scaling --- game/server/main.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'game/server') diff --git a/game/server/main.cc b/game/server/main.cc index e25a457..b3caf36 100644 --- a/game/server/main.cc +++ b/game/server/main.cc @@ -4,7 +4,6 @@ #include "core/io/cmdline.hh" #include "core/io/config_map.hh" #include "core/math/constexpr.hh" -#include "core/resource/binfile.hh" #include "core/resource/image.hh" #include "core/resource/resource.hh" #include "core/utils/epoch.hh" @@ -46,7 +45,6 @@ int main(int argc, char** argv) std::signal(SIGINT, &on_termination_signal); std::signal(SIGTERM, &on_termination_signal); - BinFile::register_resource(); Image::register_resource(); server_game::init(); -- cgit