Move VoxelRenderable into Mods.RA.
This commit is contained in:
@@ -198,7 +198,6 @@
|
|||||||
<Compile Include="Graphics\VoxelProvider.cs" />
|
<Compile Include="Graphics\VoxelProvider.cs" />
|
||||||
<Compile Include="Traits\BodyOrientation.cs" />
|
<Compile Include="Traits\BodyOrientation.cs" />
|
||||||
<Compile Include="Graphics\VoxelAnimation.cs" />
|
<Compile Include="Graphics\VoxelAnimation.cs" />
|
||||||
<Compile Include="Graphics\VoxelRenderable.cs" />
|
|
||||||
<Compile Include="Widgets\ViewportControllerWidget.cs" />
|
<Compile Include="Widgets\ViewportControllerWidget.cs" />
|
||||||
<Compile Include="Traits\Player\FrozenActorLayer.cs" />
|
<Compile Include="Traits\Player\FrozenActorLayer.cs" />
|
||||||
<Compile Include="Graphics\Theater.cs" />
|
<Compile Include="Graphics\Theater.cs" />
|
||||||
|
|||||||
@@ -11,8 +11,9 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Drawing;
|
using System.Drawing;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
using OpenRA.Graphics;
|
||||||
|
|
||||||
namespace OpenRA.Graphics
|
namespace OpenRA.Mods.RA.Graphics
|
||||||
{
|
{
|
||||||
public struct VoxelRenderable : IRenderable
|
public struct VoxelRenderable : IRenderable
|
||||||
{
|
{
|
||||||
@@ -525,6 +525,7 @@
|
|||||||
<Compile Include="Graphics\BeamRenderable.cs" />
|
<Compile Include="Graphics\BeamRenderable.cs" />
|
||||||
<Compile Include="Graphics\ContrailRenderable.cs" />
|
<Compile Include="Graphics\ContrailRenderable.cs" />
|
||||||
<Compile Include="Graphics\TextRenderable.cs" />
|
<Compile Include="Graphics\TextRenderable.cs" />
|
||||||
|
<Compile Include="Graphics\VoxelRenderable.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\OpenRA.Game\OpenRA.Game.csproj">
|
<ProjectReference Include="..\OpenRA.Game\OpenRA.Game.csproj">
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using OpenRA.Graphics;
|
using OpenRA.Graphics;
|
||||||
using OpenRA.Traits;
|
using OpenRA.Traits;
|
||||||
|
using OpenRA.Mods.RA.Graphics;
|
||||||
|
|
||||||
namespace OpenRA.Mods.RA.Render
|
namespace OpenRA.Mods.RA.Render
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user