Implement table saving functionality

This commit is contained in:
mkrsym1
2023-08-04 22:55:10 +03:00
parent 7eac309372
commit 400729a3dc
6 changed files with 56 additions and 7 deletions

View File

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