summaryrefslogtreecommitdiffstats
path: root/game/client/globals.hh
diff options
context:
space:
mode:
authoruntodesu <kirill@untode.su>2025-06-25 00:44:36 +0500
committeruntodesu <kirill@untode.su>2025-06-25 00:44:36 +0500
commit88c01588aa0830e219eaa62588839e4d1e2883ce (patch)
tree602bb27dd3399aab4aae8c19630e3b7a8dac824b /game/client/globals.hh
parent99cf6cca8dbbc1e563c10cf0167432d3d8af9783 (diff)
downloadvoxelius-88c01588aa0830e219eaa62588839e4d1e2883ce.tar.bz2
voxelius-88c01588aa0830e219eaa62588839e4d1e2883ce.zip
Clang-format the entire source code
Diffstat (limited to 'game/client/globals.hh')
-rw-r--r--game/client/globals.hh22
1 files changed, 11 insertions, 11 deletions
diff --git a/game/client/globals.hh b/game/client/globals.hh
index 9423283..3fc2223 100644
--- a/game/client/globals.hh
+++ b/game/client/globals.hh
@@ -18,7 +18,7 @@ namespace globals
{
extern Config client_config;
-extern GLFWwindow *window;
+extern GLFWwindow* window;
// Some gamesystems that aren't really
// gameplay-oriented might still use client
@@ -43,24 +43,24 @@ extern GLuint world_fbo_depth;
extern std::size_t num_drawcalls;
extern std::size_t num_triangles;
-extern ENetHost *client_host;
+extern ENetHost* client_host;
-extern Dimension *dimension;
+extern Dimension* dimension;
extern entt::entity player;
-extern ImFont *font_debug;
-extern ImFont *font_default;
-extern ImFont *font_chat;
+extern ImFont* font_debug;
+extern ImFont* font_default;
+extern ImFont* font_chat;
-extern ConfigKeyBind *gui_keybind_ptr;
-extern ConfigGamepadAxis *gui_gamepad_axis_ptr;
-extern ConfigGamepadButton *gui_gamepad_button_ptr;
+extern ConfigKeyBind* gui_keybind_ptr;
+extern ConfigGamepadAxis* gui_gamepad_axis_ptr;
+extern ConfigGamepadButton* gui_gamepad_button_ptr;
extern unsigned int gui_scale;
extern unsigned int gui_screen;
-extern ALCdevice *sound_dev;
-extern ALCcontext *sound_ctx;
+extern ALCdevice* sound_dev;
+extern ALCcontext* sound_ctx;
} // namespace globals
#endif /* CLIENTOBALS_HH */