Renamed transform component file
This commit is contained in:
@@ -103,7 +103,7 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="Component.h" />
|
<ClInclude Include="Component.h" />
|
||||||
<ClInclude Include="ComponentFactory.h" />
|
<ClInclude Include="ComponentFactory.h" />
|
||||||
<ClInclude Include="Components\Transform.h" />
|
<ClInclude Include="Components\TransformComponent.h" />
|
||||||
<ClInclude Include="Entity.h" />
|
<ClInclude Include="Entity.h" />
|
||||||
<ClInclude Include="logging.h" />
|
<ClInclude Include="logging.h" />
|
||||||
<ClInclude Include="glerror.h" />
|
<ClInclude Include="glerror.h" />
|
||||||
|
|||||||
@@ -25,9 +25,7 @@
|
|||||||
<ClCompile Include="Systems\SoundsSystem.cpp">
|
<ClCompile Include="Systems\SoundsSystem.cpp">
|
||||||
<Filter>Systems</Filter>
|
<Filter>Systems</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="Model.cpp">
|
<ClCompile Include="Model.cpp" />
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="Component.h" />
|
<ClInclude Include="Component.h" />
|
||||||
@@ -59,12 +57,10 @@
|
|||||||
<ClInclude Include="Systems\SoundSystem.h">
|
<ClInclude Include="Systems\SoundSystem.h">
|
||||||
<Filter>Systems</Filter>
|
<Filter>Systems</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
<ClInclude Include="Components\Transform.h">
|
<ClInclude Include="Model.h" />
|
||||||
|
<ClInclude Include="Components\TransformComponent.h">
|
||||||
<Filter>Components</Filter>
|
<Filter>Components</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
<ClInclude Include="Model.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Shaders\Fragment.glsl">
|
<None Include="Shaders\Fragment.glsl">
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
#include "System.h"
|
#include "System.h"
|
||||||
#include "logging.h"
|
#include "logging.h"
|
||||||
|
|
||||||
#include "Components/Transform.h"
|
#include "Components/TransformComponent.h"
|
||||||
|
|
||||||
|
|
||||||
namespace Systems
|
namespace Systems
|
||||||
|
|||||||
Reference in New Issue
Block a user