Skip to content

Commit

Permalink
feat: add 90 degrees sidekick action
Browse files Browse the repository at this point in the history
  • Loading branch information
hiikariri committed Jun 26, 2024
1 parent 2615ed8 commit 520f268
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/akushon/action/model/action_name.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ class ActionName
static const char * RIGHT_SIDEKICK;
static const char * KEEPER_SIT;
static const char * KEEPER_UP;
static const char * RIGHT_SIDEKICK_90;
static const char * LEFT_SIDEKICK_90;

static const std::map<std::string, int> map;
};
Expand Down
2 changes: 2 additions & 0 deletions src/akushon/action/model/action_name.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,7 @@ const char * ActionName::LEFT_SIDEKICK = "left_sidekick";
const char * ActionName::RIGHT_SIDEKICK = "right_sidekick";
const char * ActionName::KEEPER_SIT = "keeper_sit";
const char * ActionName::KEEPER_UP = "keeper_up";
const char * ActionName::LEFT_SIDEKICK_90 = "left_sidekick90";
const char * ActionName::RIGHT_SIDEKICK_90 = "right_sidekick90";

} // namespace akushon

0 comments on commit 520f268

Please sign in to comment.