Finish integrating TX

This commit is contained in:
mkrsym1
2023-08-05 12:15:08 +03:00
parent 505d4b12dd
commit 79cf7d20cc
4 changed files with 13 additions and 20 deletions

View File

@ -6,4 +6,4 @@
void core_setup_patcher(struct game_data *game, HMODULE baseModule, wchar_t *txFile);
void *core_perform_tx(size_t *outLength);
void *core_perform_tx(struct game_data *game, size_t *outLength);