Skip to content

Commit

Permalink
chore(native): bump ZenKit
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichaelis committed Jun 18, 2024
1 parent 23229ad commit 6e67623
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ZenKit.Test/TestSaveGame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,11 @@ public void TestLoadG2()
// Try to parse the world data.
var wld = sav.LoadWorld();
}

[Test]
public void TestNonexistentWorld()
{
var sav = new SaveGame(GameVersion.Gothic1);
Assert.That(sav.LoadWorld("WORLD.ZEN"), Is.Null);
}
}
Binary file modified ZenKit/runtimes/android-arm64/native/libzenkitcapi.so
Binary file not shown.
Binary file modified ZenKit/runtimes/linux-x64/native/libzenkitcapi.so
Binary file not shown.
Binary file modified ZenKit/runtimes/osx-x64/native/libzenkitcapi.dylib
Binary file not shown.
Binary file modified ZenKit/runtimes/win-x64/native/zenkitcapi.dll
Binary file not shown.

0 comments on commit 6e67623

Please sign in to comment.