Added OpenAL

This commit is contained in:
Adam
2014-03-07 19:14:38 +01:00
parent 18197bf21d
commit 566a5c2d93
23 changed files with 6180 additions and 75 deletions
-2
View File
@@ -98,7 +98,6 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="Engine.h" />
<ClCompile Include="AABB.cpp" />
<ClCompile Include="main.cpp" />
<ClCompile Include="Model.cpp" />
<ClCompile Include="Renderer\Renderer.cpp" />
@@ -112,7 +111,6 @@
<ClCompile Include="Systems\SoundsSystem.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="AABB.h" />
<ClInclude Include="Color.h" />
<ClInclude Include="Component.h" />
<ClInclude Include="ComponentFactory.h" />