jadeite/game_payload/include/core.h

10 lines
167 B
C
Raw Normal View History

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