Skip to content

Commit

Permalink
Duplicated func declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
KiritoDv committed Dec 28, 2024
1 parent 90bbe4a commit 28e31cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/i3.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ void Zoness_ZGull_Draw(Actor* this);
void Zoness_ZoEnergyBall_Init2(Actor* actor);
void Zoness_ZoEnergyBall_Update(Actor* this);
void Zoness_ZoEnergyBall_Draw(Actor* this);
void Zoness_ZoEnergyBall_Draw(Actor* this);
void Zoness_ZoTroika_Draw(Actor* this);
void Zoness_ZoTroika_Update(Actor* this);
void Zoness_ZoShrimp_Update(Actor* this);
Expand Down

0 comments on commit 28e31cf

Please sign in to comment.