mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
* Add enhancement to enable putaway as Fierce Deity * Fix hooks for putaway and FD sword wield --------- Co-authored-by: Garrett Cox <garrettjcox@gmail.com>
10 lines
181 B
C
10 lines
181 B
C
#ifndef PLAYER_H
|
|
#define PLAYER_H
|
|
|
|
void RegisterClimbSpeed();
|
|
void RegisterFastFlowerLaunch();
|
|
void RegisterInstantPutaway();
|
|
void RegisterFierceDeityPutaway();
|
|
|
|
#endif // PLAYER_H
|