platform: Wire up configuration

This commit is contained in:
Tau
2019-05-17 23:10:09 -04:00
parent e935c22206
commit 5722061cbf
13 changed files with 287 additions and 27 deletions

View File

@ -2,4 +2,6 @@
#include <windows.h>
HRESULT amvideo_hook_init(HMODULE redir_mod);
#include "platform/config.h"
HRESULT amvideo_hook_init(const struct amvideo_config *cfg, HMODULE redir_mod);