mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-04-28 13:17:58 +03:00
apply clang
This commit is contained in:
parent
31691ad5f7
commit
f9c7943964
1 changed files with 3 additions and 2 deletions
|
@ -34,7 +34,7 @@ class HintText {
|
|||
public:
|
||||
HintText() = default;
|
||||
explicit HintText(CustomMessage clearText_, std::vector<CustomMessage> ambiguousText_ = {},
|
||||
std::vector<CustomMessage> obscureText_ = {}, CustomMessage name_ = {""});
|
||||
std::vector<CustomMessage> obscureText_ = {}, CustomMessage name_ = { "" });
|
||||
const CustomMessage& GetName() const;
|
||||
const CustomMessage& GetClear() const;
|
||||
const CustomMessage& GetObscure() const;
|
||||
|
@ -49,7 +49,8 @@ class HintText {
|
|||
bool operator!=(const HintText& right) const;
|
||||
|
||||
private:
|
||||
CustomMessage clearText; //RANDOTODO proper system to define use of articles instead of having the name and name with articles repeated
|
||||
CustomMessage clearText; // RANDOTODO proper system to define use of articles instead of having the name and name
|
||||
// with articles repeated
|
||||
std::vector<CustomMessage> ambiguousText = {};
|
||||
std::vector<CustomMessage> obscureText = {};
|
||||
CustomMessage name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue