hooklib/config.c: Add struct gfx_config

This commit is contained in:
Tau
2019-10-19 17:03:17 -04:00
parent dfcf3d8bd1
commit 871b82a8ad
3 changed files with 31 additions and 0 deletions

View File

@ -7,6 +7,8 @@ hooklib_lib = static_library(
capnhook.get_variable('hook_dep'),
],
sources : [
'config.c',
'config.h',
'dll.c',
'dll.h',
'dns.c',