Files
spice2x.github.io/src/spice2x/games/jb/bi2x_hook.h
T
bicarus c590b87cff jb: add t44 support (#845)
With help from certain sea creature.
2026-08-01 01:20:31 -07:00

9 lines
85 B
C++

#pragma once
#if SPICE64
namespace games::jb {
void bi2x_hook_init();
}
#endif