mirror of
https://github.com/r4sas/ExtraMirror
synced 2025-01-09 14:28:18 +00:00
10 lines
243 B
C++
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(); |