Renamed transform component file

This commit is contained in:
2014-03-03 20:45:50 +01:00
parent 2994c525b6
commit 9edcaef680
4 changed files with 5 additions and 9 deletions
+1 -1
View File
@@ -103,7 +103,7 @@
<ItemGroup>
<ClInclude Include="Component.h" />
<ClInclude Include="ComponentFactory.h" />
<ClInclude Include="Components\Transform.h" />
<ClInclude Include="Components\TransformComponent.h" />
<ClInclude Include="Entity.h" />
<ClInclude Include="logging.h" />
<ClInclude Include="glerror.h" />
@@ -25,9 +25,7 @@
<ClCompile Include="Systems\SoundsSystem.cpp">
<Filter>Systems</Filter>
</ClCompile>
<ClCompile Include="Model.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="Model.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="Component.h" />
@@ -59,12 +57,10 @@
<ClInclude Include="Systems\SoundSystem.h">
<Filter>Systems</Filter>
</ClInclude>
<ClInclude Include="Components\Transform.h">
<ClInclude Include="Model.h" />
<ClInclude Include="Components\TransformComponent.h">
<Filter>Components</Filter>
</ClInclude>
<ClInclude Include="Model.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="Shaders\Fragment.glsl">
+1 -1
View File
@@ -4,7 +4,7 @@
#include "System.h"
#include "logging.h"
#include "Components/Transform.h"
#include "Components/TransformComponent.h"
namespace Systems