Improve error codes

This commit is contained in:
2025-02-06 04:42:55 +01:00
parent 87f39d93f0
commit f465f2eb0f
5 changed files with 89 additions and 46 deletions

View File

@@ -8,7 +8,7 @@ int main()
EResult result;
MiniPPFile file;
result = file.Parse("test.mini");
result = file.Parse("simple.mini");
auto& root = file.GetRoot();