settings test
This commit is contained in:
+3
-1
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user