5 lines
153 B
C
5 lines
153 B
C
|
#pragma once
|
||
|
#include "Main.hpp"
|
||
|
|
||
|
inline utils::hook::detour seh_stringed_getstring;
|
||
|
const char* SEH_StringEd_GetString_Detour(const char* pszReference);
|