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

12 lines
108 B
C++

#pragma once
#if SPICE64
#include <stdint.h>
namespace games::qks {
void bi2x_hook_init();
}
#endif