16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 11:39:19 +02:00

basic plc implementation

This commit is contained in:
tmj-fstate
2020-06-29 15:27:52 +02:00
parent 0af9e84453
commit 065c490bea
7 changed files with 585 additions and 0 deletions

View File

@@ -217,6 +217,7 @@
<ClCompile Include="gl\ubo.cpp" />
<ClCompile Include="gl\vao.cpp" />
<ClCompile Include="keyboardinput.cpp" />
<ClCompile Include="ladderlogic.cpp" />
<ClCompile Include="lightarray.cpp" />
<ClCompile Include="Logs.cpp" />
<ClCompile Include="material.cpp" />
@@ -396,6 +397,7 @@
<ClInclude Include="gl\ubo.h" />
<ClInclude Include="gl\vao.h" />
<ClInclude Include="keyboardinput.h" />
<ClInclude Include="ladderlogic.h" />
<ClInclude Include="light.h" />
<ClInclude Include="lightarray.h" />
<ClInclude Include="Logs.h" />