jadeite/game_payload/include/core.h

10 lines
208 B
C
Raw Normal View History

2023-07-27 22:51:04 +00:00
#pragma once
#include <windows.h>
#include <game.h>
2023-08-04 20:22:26 +00:00
void core_setup_patcher(struct game_data *game, HMODULE baseModule, wchar_t *txFile);
2023-08-04 19:55:10 +00:00
2023-08-05 09:15:08 +00:00
void *core_perform_tx(struct game_data *game, size_t *outLength);