#pragma once #include #include "ll3hook/ll3-dll.h" #include "platform/config.h" #include "gfxhook/config.h" #include "board/config.h" struct ll3_hook_config { struct platform_config platform; struct ll3_dll_config dll; struct gfx_config gfx; }; void ll3_hook_config_load( struct ll3_hook_config *cfg, const wchar_t *filename);