Optimize game_data struct
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user