From f40d09cb8f712e87691af4912f3630d92d692779 Mon Sep 17 00:00:00 2001 From: untodesu Date: Thu, 11 Dec 2025 15:14:26 +0500 Subject: Shuffle stuff around - Use the new and improved hierarchy I figured out when making Prospero chat - Re-add NSIS scripts, again from Prospero - Update most build and utility scripts with their most recent versions --- game/client/gui/window_title.cc | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 game/client/gui/window_title.cc (limited to 'game/client/gui/window_title.cc') diff --git a/game/client/gui/window_title.cc b/game/client/gui/window_title.cc deleted file mode 100644 index 2f96205..0000000 --- a/game/client/gui/window_title.cc +++ /dev/null @@ -1,14 +0,0 @@ -#include "client/pch.hh" - -#include "client/gui/window_title.hh" - -#include "core/version.hh" - -#include "shared/splash.hh" - -#include "client/globals.hh" - -void gui::window_title::update(void) -{ - glfwSetWindowTitle(globals::window, std::format("Voxelius {}: {}", version::semver, splash::get()).c_str()); -} -- cgit