1
0
mirror of https://gitea.tendokyu.moe/Hay1tsme/segatools.git synced 2024-11-25 09:40:22 +01:00
segatools-hay1tsme/hooklib/config.h

9 lines
153 B
C
Raw Normal View History

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