10 lines
87 B
C++
10 lines
87 B
C++
#pragma once
|
|
|
|
#if SPICE64
|
|
|
|
namespace games::ccj {
|
|
void bi2x_hook_init();
|
|
}
|
|
|
|
#endif
|