Fast iron boots tweak

This commit is contained in:
PJB3005
2026-03-31 03:17:56 +02:00
parent 54094a9b6c
commit 4b2a3e8da9
3 changed files with 31 additions and 0 deletions
+6
View File
@@ -8425,4 +8425,10 @@ inline daAlink_c* daAlink_getAlinkActorClass() {
return (daAlink_c*)dComIfGp_getLinkPlayer();
}
#if TARGET_PC
namespace dusk::tweaks {
extern bool FastIronBoots;
}
#endif
#endif /* D_A_D_A_ALINK_H */