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/shared/globals.hh | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 game/shared/globals.hh (limited to 'game/shared/globals.hh') diff --git a/game/shared/globals.hh b/game/shared/globals.hh deleted file mode 100644 index 4a5afd1..0000000 --- a/game/shared/globals.hh +++ /dev/null @@ -1,19 +0,0 @@ -#pragma once - -namespace globals -{ -extern entt::dispatcher dispatcher; -} // namespace globals - -namespace globals -{ -extern float fixed_frametime; -extern float fixed_frametime_avg; -extern std::uint64_t fixed_frametime_us; -extern std::size_t fixed_framecount; -} // namespace globals - -namespace globals -{ -extern std::uint64_t curtime; -} // namespace globals -- cgit