mirror of
https://gitea.tendokyu.moe/Hay1tsme/segatools.git
synced 2026-08-02 00:14:39 -05:00
10 lines
130 B
C
10 lines
130 B
C
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
struct indrun_config {
|
|
bool enable;
|
|
};
|
|
|
|
void indrun_hook_init(struct indrun_config *cfg);
|