Files
spice2x-r3d/games/qks/bi2x_hook.h
T
2025-05-07 00:25:31 +09:00

7 lines
86 B
C++

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