mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 04:50:05 -07:00
clang pls
This commit is contained in:
parent
0753fff9c1
commit
2a7f9d12a2
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class HintText {
|
||||||
public:
|
public:
|
||||||
HintText() = default;
|
HintText() = default;
|
||||||
HintText(CustomMessage clearText_, std::vector<CustomMessage> ambiguousText_ = {},
|
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& GetName() const;
|
||||||
const CustomMessage& GetClear() const;
|
const CustomMessage& GetClear() const;
|
||||||
const CustomMessage& GetObscure() const;
|
const CustomMessage& GetObscure() const;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue