Added script for generating modules.

This commit is contained in:
2025-06-19 15:40:48 +02:00
parent 34730454ae
commit 9bfbd44e34
8 changed files with 326 additions and 25 deletions

View File

@@ -0,0 +1,5 @@
int main(int, char**)
{
return 0;
}