jadeite/game_payload/include/core.h
2023-08-04 23:22:26 +03:00

10 lines
184 B
C

#pragma once
#include <windows.h>
#include <game.h>
void core_setup_patcher(struct game_data *game, HMODULE baseModule, wchar_t *txFile);
void *core_perform_tx(size_t *outLength);