1 #ifndef BLANK_STANDALONE_DIRECTCLIFEEDBACK_HPP_
2 #define BLANK_STANDALONE_DIRECTCLIFEEDBACK_HPP_
4 #include "../shared/CLIContext.hpp"
11 namespace standalone {
13 class DirectCLIFeedback
17 DirectCLIFeedback(Player &, HUD &);
19 void Error(const std::string &) override;
20 void Message(const std::string &) override;
21 void Broadcast(const std::string &) override;