Moved Render items under new Graphics namespace.

This commit is contained in:
2019-12-28 14:35:01 -06:00
parent b49415dc68
commit 1e22e84ce2
29 changed files with 25 additions and 114 deletions

View File

@@ -1,4 +1,4 @@
using RecrownedAthenaeum.Render;
using RecrownedAthenaeum.Graphics.Render;
namespace RecrownedAthenaeum.Types
{

View File

@@ -1,4 +1,4 @@
using RecrownedAthenaeum.Render;
using RecrownedAthenaeum.Graphics.Render;
using System;
namespace RecrownedAthenaeum.Types

View File

@@ -1,4 +1,4 @@
using RecrownedAthenaeum.Render;
using RecrownedAthenaeum.Graphics.Render;
using System;
using System.Collections.Generic;
using System.Linq;