diff options
Diffstat (limited to 'frontend/cmd/hit.cpp')
-rw-r--r-- | frontend/cmd/hit.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/cmd/hit.cpp b/frontend/cmd/hit.cpp index 740c348..17f9099 100644 --- a/frontend/cmd/hit.cpp +++ b/frontend/cmd/hit.cpp @@ -1,6 +1,7 @@ #include "../Player.h" FollowupAction Player::cmd_hit(Argv argv) { + // TODO return FollowupAction::UPDATE; } |