mirror of
https://gitea.tendokyu.moe/Hay1tsme/segatools.git
synced 2024-11-13 21:20:50 +01:00
9 lines
153 B
C
9 lines
153 B
C
#pragma once
|
|
|
|
#include <stdbool.h>
|
|
#include <stddef.h>
|
|
|
|
#include "hooklib/gfx.h"
|
|
|
|
void gfx_config_load(struct gfx_config *cfg, const wchar_t *filename);
|