aboutsummaryrefslogtreecommitdiff
path: root/source2-basehook/Console.hpp
blob: 08c90f178b6fa01b7cc74672c32139e62a2f7c18 (plain) (blame)
1
2
3
4
5
6
7
#pragma once
#include "Include.hpp"

#include "Source2SDK/Color.hpp"

typedef void(_cdecl* MsgFn)(const Color& color, const char* msg, ...);
extern MsgFn Msg;