Add easy API

This commit is contained in:
2025-02-02 05:39:08 +01:00
parent 4ee8c32822
commit e3c3b76caa
2 changed files with 53 additions and 17 deletions

View File

@@ -42,5 +42,6 @@ int main()
result = file.Write("test_out.mini");
int64_t test = root.GetValueOrDefault<MiniPPFile::Values::IntValue>("game.year", 1999);
return 0;
}