Load table dynamically from FS

This commit is contained in:
mkrsym1
2023-08-04 23:22:26 +03:00
parent 9a3d623883
commit b8aa6f968b
3 changed files with 11 additions and 11 deletions

View File

@ -4,6 +4,6 @@
#include <game.h>
void core_setup_patcher(struct game_data *game, HMODULE baseModule);
void core_setup_patcher(struct game_data *game, HMODULE baseModule, wchar_t *txFile);
void *core_perform_tx(size_t *outLength);