mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 04:50:05 -07:00
apply clang
This commit is contained in:
parent
31691ad5f7
commit
f9c7943964
1 changed files with 3 additions and 2 deletions
|
@ -49,7 +49,8 @@ class HintText {
|
||||||
bool operator!=(const HintText& right) const;
|
bool operator!=(const HintText& right) const;
|
||||||
|
|
||||||
private:
|
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> ambiguousText = {};
|
||||||
std::vector<CustomMessage> obscureText = {};
|
std::vector<CustomMessage> obscureText = {};
|
||||||
CustomMessage name;
|
CustomMessage name;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue