Added ESPTree header, which will handle the meta tree structure created on top of the esp/esm file buffer. Added editorconfig for column guidelines.

This commit is contained in:
2022-09-07 09:32:28 +10:00
parent 373d799f97
commit 380c623776
5 changed files with 40 additions and 0 deletions

View File

@@ -21,6 +21,9 @@
<ClInclude Include="msh.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="ESPTree.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="Reader.c">