8 lines
124 B
C
8 lines
124 B
C
|
#pragma once
|
||
|
|
||
|
#include <windows.h>
|
||
|
|
||
|
#include <game.h>
|
||
|
|
||
|
void core_setup_patcher(struct game_data *game, HMODULE baseModule);
|