mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-02 06:40:42 -07:00
a9fc6ef1b2
## Link to GitHub Issue, if one exists n/a ## Description of change Adds support for Polaris Chord ## Testing Tested with XIF:J:A:A:2024122300. IO/ICCA works, game successfully connects to server and is playable.
6 lines
65 B
C++
6 lines
65 B
C++
#pragma once
|
|
|
|
namespace games::pc {
|
|
void bi2x_hook_init();
|
|
}
|