Skip to content

Commit

Permalink
Merge pull request #53 from ichiro-its/enhancement/add-kick-center-mo…
Browse files Browse the repository at this point in the history
…tion

[Enhancement] - Add Center Kick Motion
  • Loading branch information
FaaizHaikal authored Jul 13, 2024
2 parents 7901cbb + 4cac5f8 commit c1c64c0
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 @@ -54,6 +54,8 @@ class ActionName
static const char * HIGH_KICK;
static const char * PARKOUR_UP;
static const char * PARKOUR_DOWN;
static const char * LEFT_KICK_CENTER;
static const char * RIGHT_KICK_CENTER;

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 @@ -60,5 +60,7 @@ const char * ActionName::DK_KICK = "dk_kick";
const char * ActionName::HIGH_KICK = "high_kick";
const char * ActionName::PARKOUR_UP = "parkour_up";
const char * ActionName::PARKOUR_DOWN = "parkour_down";
const char * ActionName::LEFT_KICK_CENTER = "left_kick_center";
const char * ActionName::RIGHT_KICK_CENTER = "right_kick_center";

} // namespace akushon

0 comments on commit c1c64c0

Please sign in to comment.