Skip to content

Commit

Permalink
statemachine typedef for piki
Browse files Browse the repository at this point in the history
  • Loading branch information
EpochFlame committed Sep 27, 2023
1 parent 6fa1293 commit d5aaeb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/Game/Piki.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ struct PikiFSM : public StateMachine<Piki> {
};

struct Piki : public FakePiki {
typedef PikiState StateType;
struct InvokeAIFreeArg {
InvokeAIFreeArg(u8 a, u8 b)
: _00(a)
Expand Down

0 comments on commit d5aaeb1

Please sign in to comment.