diff options
Diffstat (limited to 'frontend/cmd/hit.cpp')
-rw-r--r-- | frontend/cmd/hit.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend/cmd/hit.cpp b/frontend/cmd/hit.cpp index 17f9099..86d596a 100644 --- a/frontend/cmd/hit.cpp +++ b/frontend/cmd/hit.cpp @@ -1,6 +1,8 @@ #include "../Player.h" -FollowupAction Player::cmd_hit(Argv argv) { +using namespace std; + +FollowupAction Player::cmd_hit(string & argv) { // TODO return FollowupAction::UPDATE; } |