segatools/common/hooklib/spike.h
goldfisher11 146550e68c spike_develop (#80)
Co-authored-by: goldfisher11 <goldfish1984@163.com>
Reviewed-on: https://gitea.tendokyu.moe/TeamTofuShop/segatools/pulls/80
Reviewed-by: Dniel97 <dniel97@noreply.gitea.tendokyu.moe>
Co-authored-by: goldfisher11 <goldfisher11@noreply.gitea.tendokyu.moe>
Co-committed-by: goldfisher11 <goldfisher11@noreply.gitea.tendokyu.moe>
2025-11-02 08:47:18 +00:00

7 lines
161 B
C

#pragma once
#include <stddef.h>
void spike_hook_init(const wchar_t *ini_file);
void spike_hook_read_config(const wchar_t *target, const wchar_t *spike_file);