dMinigame_Starter_c::_execute match

This commit is contained in:
LagoLunatic
2026-06-28 18:53:19 -04:00
parent 88a753265e
commit 0bb5696cd8
3 changed files with 9 additions and 11 deletions
+2 -1
View File
@@ -101,7 +101,8 @@ public:
void setPlayerSwordAngY(s16 i_ang) { mPlayerSwordAngY = i_ang;}
s16 getPlayerSwordMoveAngY() { return mPlayerSwordMoveAngY; }
int getNum() {}
// TODO
void getNum() {}
virtual void draw();
virtual ~dTree_packet_c();