jadeite/game_payload/include/ace.h

11 lines
174 B
C
Raw Normal View History

2023-06-05 21:23:08 +00:00
#pragma once
#include <windows.h>
2023-08-03 21:19:02 +00:00
#include <game.h>
2023-06-05 21:23:08 +00:00
void ace_fake_driver_files();
2023-08-03 21:19:02 +00:00
HMODULE ace_load_base_module(struct game_data *game);
2023-06-05 21:23:08 +00:00
HMODULE ace_load_driver_module();