From 5a7602ce564cc7f41407c7b8d3b85398da55a68e Mon Sep 17 00:00:00 2001 From: Estebanfer Date: Fri, 20 Dec 2024 00:07:08 -0300 Subject: [PATCH] add `#pragma once` to `online_util.hpp` --- src/game_api/online_util.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game_api/online_util.hpp b/src/game_api/online_util.hpp index 9bfea3f58..45b8d84ad 100644 --- a/src/game_api/online_util.hpp +++ b/src/game_api/online_util.hpp @@ -1,3 +1,4 @@ +#pragma once // Classes with only the functions that were currently used, more can be added if needed template >