apply clang

This commit is contained in:
Pepper0ni 2025-04-08 13:48:17 +01:00
commit f9c7943964

View file

@ -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;