From 6c2abde5c99a236453b795abaa6d7d70105e31f7 Mon Sep 17 00:00:00 2001 From: untodesu Date: Fri, 26 Dec 2025 14:50:33 +0500 Subject: Just a big Ctrl+H refactoring --- src/game/client/io/glfw.hh | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/game/client/io/glfw.hh') diff --git a/src/game/client/io/glfw.hh b/src/game/client/io/glfw.hh index cd6d882..ad445f9 100644 --- a/src/game/client/io/glfw.hh +++ b/src/game/client/io/glfw.hh @@ -1,7 +1,5 @@ #pragma once -namespace io -{ struct GlfwCursorPosEvent final { glm::fvec2 pos; }; @@ -33,4 +31,3 @@ struct GlfwScrollEvent final { float dx; float dy; }; -} // namespace io -- cgit