Skip to content

Commit

Permalink
port: remove static decls from bondmove.h
Browse files Browse the repository at this point in the history
  • Loading branch information
fgsfdsfgs committed Oct 23, 2023
1 parent 790d44a commit 77fcac4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/include/game/bondmove.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ void bmoveGrabProp(struct prop *prop);
void bmoveSetMode(u32 movemode);
void bmoveSetModeForAllPlayers(u32 movemode);
void bmoveHandleActivate(void);
static void bgunProcessQuickDetonate(struct movedata *data, u32 c1buttons, u32 c1buttonsthisframe, u32 buttons1, u32 buttons2);
static void bgunProcessInputAltButton(struct movedata *data, s8 contpad, s32 i);
void bmoveApplyMoveData(struct movedata *data);
void bmoveUpdateSpeedTheta(void);
f32 bmoveGetSpeedVertaLimit(f32 value);
Expand Down

0 comments on commit 77fcac4

Please sign in to comment.