Fast iron boots tweak

This commit is contained in:
PJB3005
2026-03-31 03:17:56 +02:00
parent 63a2c8db9f
commit b7a69c6986
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 */