feat: add RaiseFailFastException hook prototype

This commit is contained in:
goat 2022-07-16 00:38:33 +02:00
parent 8863eb9a20
commit 4dc48285c4
No known key found for this signature in database
GPG key ID: 7773BB5B43BA52E5
3 changed files with 37 additions and 1 deletions

View file

@ -6,6 +6,7 @@ namespace xivfixes {
void disable_game_openprocess_access_check(bool bApply);
void redirect_openprocess(bool bApply);
void backup_userdata_save(bool bApply);
void clr_failfast_hijack(bool bApply);
void apply_all(bool bApply);
}