summaryrefslogtreecommitdiffstats
path: root/game/server
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/server
parent8784cbfebcb8a0220fb947a6070032e20b80fc2f (diff)
downloadvoxelius-a6ea7b7bbc66327cc2a957496f65dcfab5361cee.tar.bz2
voxelius-a6ea7b7bbc66327cc2a957496f65dcfab5361cee.zip
Update ImGui to a newer version with font scaling
Diffstat (limited to 'game/server')
-rw-r--r--game/server/main.cc2
1 files changed, 0 insertions, 2 deletions
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();