mirror of
https://github.com/zeldaret/ph
synced 2026-05-28 00:15:57 -04:00
Properly define static methods as static
This commit is contained in:
@@ -47,7 +47,7 @@ public:
|
||||
/* 44 */
|
||||
|
||||
s32 IsHammerEquipped(); // returns 0 if hammer is equipped, otherwise -1
|
||||
EquipBombchu *GetEquipBombchu();
|
||||
LinkStateMove *GetLinkStateMove();
|
||||
static EquipBombchu *GetEquipBombchu();
|
||||
static LinkStateMove *GetLinkStateMove();
|
||||
bool func_ov00_020abf70();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user