## 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();
|
|
}
|