From fdb81a898151278a66af544dfae6bfcbbf9dc3d2 Mon Sep 17 00:00:00 2001 From: jz0 Date: Sun, 3 May 2020 22:38:59 +0300 Subject: Initial commit --- source2-basehook/Console.hpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 source2-basehook/Console.hpp (limited to 'source2-basehook/Console.hpp') diff --git a/source2-basehook/Console.hpp b/source2-basehook/Console.hpp new file mode 100644 index 0000000..08c90f1 --- /dev/null +++ b/source2-basehook/Console.hpp @@ -0,0 +1,7 @@ +#pragma once +#include "Include.hpp" + +#include "Source2SDK/Color.hpp" + +typedef void(_cdecl* MsgFn)(const Color& color, const char* msg, ...); +extern MsgFn Msg; \ No newline at end of file -- cgit v1.2.3