1
0
mirror of https://github.com/r4sas/ExtraMirror synced 2025-01-09 06:18:07 +00:00
ExtraMirror/MiniBase/client.h
2016-08-20 16:08:02 +04:00

10 lines
243 B
C++

#pragma once
#include "main.h"
#include <map>
extern bool FirstFrame;
extern GameInfo_s BuildInfo;
void ConsolePrintColor(BYTE R, BYTE G, BYTE B, char* string);
void HookUserMessages();
void HookEngineMessages();
void HookFunction();