This commit is contained in:
3lswear
2022-01-23 19:39:01 +03:00
parent a9961302a7
commit a16d22aa87

View File

@@ -36,6 +36,7 @@ int toml_node::getNum(void) const
{
return (value.integer);
}
bool toml_node::getBool(void) const
{
return (value.boolean);