Files
jadeite/game_payload/include/tp6.h

8 lines
123 B
C
Raw Normal View History

2023-06-06 00:23:08 +03:00
#pragma once
#include <windows.h>
#include <game.h>
2023-06-21 14:25:22 +03:00
void tp6_setup_patcher(struct game_data *game, HMODULE baseModule);