From 6cd00aacfa22fed6a54a9b812f6b069ad16feec0 Mon Sep 17 00:00:00 2001 From: untodesu Date: Sun, 29 Jun 2025 22:24:42 +0500 Subject: Move game sources into src subdirectory --- game/server/globals.cc | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 game/server/globals.cc (limited to 'game/server/globals.cc') diff --git a/game/server/globals.cc b/game/server/globals.cc deleted file mode 100644 index 883588b..0000000 --- a/game/server/globals.cc +++ /dev/null @@ -1,18 +0,0 @@ -#include "server/pch.hh" - -#include "server/globals.hh" - -#include "core/config.hh" - -#include "shared/protocol.hh" - -Config globals::server_config; - -ENetHost* globals::server_host; - -bool globals::is_running; -unsigned int globals::tickrate; -std::uint64_t globals::tickrate_dt; - -Dimension* globals::spawn_dimension; -std::unordered_map globals::dimensions; -- cgit