From 7a11a9469cba9fc20acd10719b07b2c3fdca15ae Mon Sep 17 00:00:00 2001 From: Diavolo Date: Sun, 25 Sep 2022 12:22:54 +0200 Subject: [PATCH] format again --- src/client/game/game.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/client/game/game.hpp b/src/client/game/game.hpp index e5969f9..cb20be1 100644 --- a/src/client/game/game.hpp +++ b/src/client/game/game.hpp @@ -15,8 +15,10 @@ private: T* mp_; }; +// clang-format off extern ScreenPlacement* ScrPlace_GetUnsafeFullPlacement(); extern void Dvar_SetVariant(dvar_t* dvar, DvarValue value, DvarSetSource source); +// clang-format on } // namespace game #include "symbols.hpp"