document yaze.h

This commit is contained in:
scawful
2024-08-08 21:31:14 -04:00
parent 8a2477dd1f
commit 94fe4fe280
2 changed files with 34 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ namespace yaze_test {
TEST(YazeCLibTest, InitializeAndCleanup) {
yaze_flags flags;
yaze_init(&flags);
yaze_cleanup();
yaze_cleanup(&flags);
}
} // namespace yaze_test