1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-11-15 01:27:36 +01:00
segatools-dniel97/idzhook/config.h
2019-05-18 00:00:57 -04:00

17 lines
272 B
C

#pragma once
#include <stddef.h>
#include "amex/config.h"
#include "platform/config.h"
struct idz_hook_config {
struct nu_config nu;
struct amex_config amex;
};
void idz_hook_config_load(
struct idz_hook_config *cfg,
const wchar_t *filename);