![]() |
Cluedo Solver v1.0
Cluedo game solver making deductions.
|
The file that contains the definition of the Cluedo::LanguageStrings class. More...
#include <memory>
#include <nlohmann/json.hpp>
Go to the source code of this file.
Classes | |
class | Cluedo::LanguageStrings |
struct | Cluedo::LanguageStrings::Language |
A struct that contains the data of a language. More... | |
Macros | |
#define | LS(key) |
A macro that is used to get a string from the Cluedo::LanguageStrings. | |
#define | CSTR(s) |
A macro that is used to get a char* from a string. | |
The file that contains the definition of the Cluedo::LanguageStrings class.
#define CSTR | ( | s | ) |
A macro that is used to get a char*
from a string.
The main reason why this macro exists is that the Dear ImGui library doesn't support std::string
directly.
s | The string to convert. |
#define LS | ( | key | ) |
A macro that is used to get a string from the Cluedo::LanguageStrings.
key | The key of the string. |