From f210a86c1406ccc6dfd6f14181dd7a1274ee0de4 Mon Sep 17 00:00:00 2001 From: untodesu Date: Fri, 12 Sep 2025 15:09:01 +0500 Subject: Random ticking? In my game?! Hell yeah! --- game/client/io/glfw.hh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'game/client/io/glfw.hh') diff --git a/game/client/io/glfw.hh b/game/client/io/glfw.hh index bbd767a..7697d97 100644 --- a/game/client/io/glfw.hh +++ b/game/client/io/glfw.hh @@ -1,5 +1,3 @@ -#ifndef CLIENTFW -#define CLIENTFW 1 #pragma once namespace io @@ -36,5 +34,3 @@ struct GlfwScrollEvent final { float dy; }; } // namespace io - -#endif // CLIENTFW -- cgit