Working on initial stages of procedural generator

This commit is contained in:
2024-10-30 03:04:03 +03:00
parent a91bda34e5
commit 6e1e864197
12 changed files with 1057 additions and 105 deletions

View File

@@ -68,7 +68,8 @@
"typeinfo": "cpp",
"variant": "cpp",
"format": "cpp",
"future": "cpp"
"future": "cpp",
"cassert": "cpp"
},
"cmake.ignoreCMakeListsMissing": true
}