spicetools/games/qks/bi2x_hook.h

7 lines
86 B
C++

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