proper final change

This commit is contained in:
Matthew 2025-08-16 09:36:52 +10:00
parent fce5f7ee8f
commit 5dd2a43799

View File

@ -1,3 +1,5 @@
version(VULKAN_CODEGEN)
{
import std.file;
import std.string;
import std.path;
@ -29,3 +31,5 @@ void main(string[] argv)
f.close();
}
}