This commit is contained in:
nub31
2025-09-21 19:21:01 +02:00
parent d96e6cf41a
commit 642d604ecd
8 changed files with 55 additions and 58 deletions

View File

@@ -53,7 +53,7 @@ public class ModuleRepository
}
case StructTemplateSyntax structDef:
{
// todo(nub31): Include templates in modules
module.RegisterStructTemplate(structDef);
break;
}
default: