aboutsummaryrefslogtreecommitdiff
path: root/frontend/cmd/search.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/cmd/search.cpp')
-rw-r--r--frontend/cmd/search.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/cmd/search.cpp b/frontend/cmd/search.cpp
index 334c997..af22ca2 100644
--- a/frontend/cmd/search.cpp
+++ b/frontend/cmd/search.cpp
@@ -1,6 +1,7 @@
#include "../Player.h"
FollowupAction Player::cmd_search(Argv argv) {
+ // TODO
return FollowupAction::UPDATE;
}