settings test

This commit is contained in:
MihailRis
2024-03-29 13:58:19 +03:00
parent a4960097f0
commit 32120d8af4
10 changed files with 125 additions and 27 deletions
+3 -1
View File
@@ -13,6 +13,7 @@ namespace toml {
ftint,
ftuint,
ftfloat,
ftdouble,
ftstring,
};
@@ -32,6 +33,7 @@ namespace toml {
void add(std::string name, int* ptr);
void add(std::string name, uint* ptr);
void add(std::string name, float* ptr);
void add(std::string name, double* ptr);
void add(std::string name, std::string* ptr);
const Field* field(std::string name) const;
@@ -65,4 +67,4 @@ namespace toml {
};
}
#endif // CODERS_TOML_H_
#endif // CODERS_TOML_H_