9 lines
85 B
C++
9 lines
85 B
C++
#pragma once
|
|
|
|
#if SPICE64
|
|
|
|
namespace games::jb {
|
|
void bi2x_hook_init();
|
|
}
|
|
|
|
#endif |