new file: LSList.h

new file:   LSListItem.h
	new file:   LSMacros.h
	modified:   LSString.h
	modified:   LSString.vcxproj
	new file:   LSVector.h
	modified:   main.cpp
This commit is contained in:
DirtyDuckEUW 2021-10-18 23:58:17 +02:00
parent 6e22717a81
commit 4f9b04c049
7 changed files with 194 additions and 26 deletions

View file

@ -157,7 +157,11 @@
<ClCompile Include="Timer.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="LSList.h" />
<ClInclude Include="LSListItem.h" />
<ClInclude Include="LSMacros.h" />
<ClInclude Include="LSString.h" />
<ClInclude Include="LSVector.h" />
<ClInclude Include="Timer.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />