12 lines
108 B
C++
12 lines
108 B
C++
#pragma once
|
|
|
|
#if SPICE64
|
|
|
|
#include <stdint.h>
|
|
|
|
namespace games::qks {
|
|
void bi2x_hook_init();
|
|
}
|
|
|
|
#endif
|