Files
2026-02-19 15:41:42 +09:00

10 lines
88 B
C++

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