mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-06 16:40:41 -07:00
c590b87cff
With help from certain sea creature.
9 lines
85 B
C++
9 lines
85 B
C++
#pragma once
|
|
|
|
#if SPICE64
|
|
|
|
namespace games::jb {
|
|
void bi2x_hook_init();
|
|
}
|
|
|
|
#endif |