Add addCommand & executeCommand

This commit is contained in:
Federico Cecchetto
2022-06-11 17:20:59 +02:00
parent f583846c2d
commit cbdc2bfd7f
6 changed files with 205 additions and 32 deletions
+1
View File
@@ -9,6 +9,7 @@ BOOL APIENTRY DllMain(HMODULE /*module_*/, DWORD ul_reason_for_call, LPVOID /*re
{
if (ul_reason_for_call == DLL_PROCESS_ATTACH)
{
utils::hook::jump(reinterpret_cast<size_t>(&printf), game::Com_Printf);
component_loader::post_unpack();
}