Optimize game_data struct

This commit is contained in:
mkrsym1
2023-08-04 00:19:02 +03:00
parent 7beab899a6
commit 5e2b015cc0
7 changed files with 11 additions and 15 deletions

View File

@ -2,7 +2,9 @@
#include <windows.h>
#include <game.h>
void ace_fake_driver_files();
HMODULE ace_load_base_module(const char *exeName);
HMODULE ace_load_base_module(struct game_data *game);
HMODULE ace_load_driver_module();