Files
bb386e25a0 [Enhancement] Enable putaway as Fierce Deity (#717)
* Add enhancement to enable putaway as Fierce Deity

* Fix hooks for putaway and FD sword wield

---------

Co-authored-by: Garrett Cox <garrettjcox@gmail.com>
2024-10-10 07:51:05 -05:00

10 lines
181 B
C

#ifndef PLAYER_H
#define PLAYER_H
void RegisterClimbSpeed();
void RegisterFastFlowerLaunch();
void RegisterInstantPutaway();
void RegisterFierceDeityPutaway();
#endif // PLAYER_H