diff options
| author | untodesu <kirill@untode.su> | 2025-06-25 00:44:36 +0500 |
|---|---|---|
| committer | untodesu <kirill@untode.su> | 2025-06-25 00:44:36 +0500 |
| commit | 88c01588aa0830e219eaa62588839e4d1e2883ce (patch) | |
| tree | 602bb27dd3399aab4aae8c19630e3b7a8dac824b /game/server/globals.cc | |
| parent | 99cf6cca8dbbc1e563c10cf0167432d3d8af9783 (diff) | |
| download | voxelius-88c01588aa0830e219eaa62588839e4d1e2883ce.tar.bz2 voxelius-88c01588aa0830e219eaa62588839e4d1e2883ce.zip | |
Clang-format the entire source code
Diffstat (limited to 'game/server/globals.cc')
| -rw-r--r-- | game/server/globals.cc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/game/server/globals.cc b/game/server/globals.cc index e0f50da..883588b 100644 --- a/game/server/globals.cc +++ b/game/server/globals.cc @@ -1,4 +1,5 @@ #include "server/pch.hh" + #include "server/globals.hh" #include "core/config.hh" @@ -7,11 +8,11 @@ Config globals::server_config; -ENetHost *globals::server_host; +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<std::string, Dimension *> globals::dimensions; +Dimension* globals::spawn_dimension; +std::unordered_map<std::string, Dimension*> globals::dimensions; |
