format again

This commit is contained in:
6arelyFuture 2022-09-25 12:22:54 +02:00
parent 64a5c3ee6a
commit 7a11a9469c
Signed by: Future
GPG Key ID: FA77F074E98D98A5

View File

@ -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"