Start of asset handles

This commit is contained in:
Simon Lübeß
2023-03-13 20:35:30 +01:00
parent ad14c9f6ed
commit c22d122921
10 changed files with 370 additions and 60 deletions
@@ -20,11 +20,10 @@ namespace GlitchyEngine.Generators
outFileName.Append(name);
outText.AppendF(
$"""
namespace {Namespace}
namespace {Namespace};
struct {name}
{{
struct {name}
{{
}}
}}
""");
}