Files
spice2x-r3d/games/iidx/bi2x_hook.h
T
2026-02-19 15:41:42 +09:00

11 lines
89 B
C++

#pragma once
#if SPICE64
namespace games::iidx {
void bi2x_hook_init();
}
#endif