General clean up

- Moved some classes from Lexer.h to seperate (non-Global files)
- Deleted dllmain as it wasn't used for the most part
This commit is contained in:
Pasha Bibko
2025-05-06 17:38:22 +01:00
parent 5339df9b36
commit f3a559490c
11 changed files with 85 additions and 99 deletions

View File

@@ -21,4 +21,12 @@
<Filter>Header Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="inc\LexerErrors.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="inc\LexerInfo.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</Project>