mirror of
https://gitea.tendokyu.moe/Hay1tsme/segatools.git
synced 2026-05-06 13:25:35 -05:00
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>
7 lines
161 B
C
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);
|