Files
spice2x.github.io/src/spice2x/games/pc/bi2x_hook.h
T
oleg238948234 a9fc6ef1b2 Add Polaris Chord Support (#361)
## 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.
2025-09-15 21:08:17 -07:00

6 lines
65 B
C++

#pragma once
namespace games::pc {
void bi2x_hook_init();
}