hooklib/gfx.c: Wire up gfx config

This commit is contained in:
Tau
2019-10-19 17:04:34 -04:00
parent 871b82a8ad
commit 7c721aa1f8
5 changed files with 22 additions and 14 deletions

View File

@ -1,4 +1,5 @@
#pragma once
void gfx_hook_init(void);
void gfx_set_windowed(void);
#include "hooklib/config.h"
void gfx_hook_init(const struct gfx_config *cfg);