ini parser completed

This commit is contained in:
2025-08-21 19:05:41 +03:00
parent eff681ca33
commit c4345bd1c2
7 changed files with 73 additions and 38 deletions

Binary file not shown.

View File

@@ -45,5 +45,5 @@ int main( int argc, char **argv )
if (!pTestValues)
return 0;
V_printf("%s\n",pTestValues->GetStringValue("abc3d"));
return 0;
};

View File

@@ -10,3 +10,4 @@ f = -890
g = .34
abc3d = "Hello world from the funny engine, you can use \" to add quotes"