1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2025-01-31 20:15:27 +01:00

9 lines
153 B
C
Raw Normal View History

#pragma once
#include <stdbool.h>
#include <stddef.h>
2019-11-05 19:31:51 -05:00
#include "hooklib/gfx.h"
void gfx_config_load(struct gfx_config *cfg, const wchar_t *filename);