From 002bb2896a1782ff5ac460daa231d7568ab653fb Mon Sep 17 00:00:00 2001 From: sebas77 Date: Tue, 3 Apr 2018 00:51:10 +0100 Subject: [PATCH] move files in the right folder --- .../EnginesRoot.DoubleBufferedEntityViews.cs | 0 .../EnginesRoot.GenericEntityFactory.cs | 0 .../EnginesRoot.GenericEntityFunctions.cs | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename EnginesRoot.DoubleBufferedEntityViews.cs => Svelto.ECS/EnginesRoot.DoubleBufferedEntityViews.cs (100%) rename EnginesRoot.GenericEntityFactory.cs => Svelto.ECS/EnginesRoot.GenericEntityFactory.cs (100%) rename EnginesRoot.GenericEntityFunctions.cs => Svelto.ECS/EnginesRoot.GenericEntityFunctions.cs (100%) diff --git a/EnginesRoot.DoubleBufferedEntityViews.cs b/Svelto.ECS/EnginesRoot.DoubleBufferedEntityViews.cs similarity index 100% rename from EnginesRoot.DoubleBufferedEntityViews.cs rename to Svelto.ECS/EnginesRoot.DoubleBufferedEntityViews.cs diff --git a/EnginesRoot.GenericEntityFactory.cs b/Svelto.ECS/EnginesRoot.GenericEntityFactory.cs similarity index 100% rename from EnginesRoot.GenericEntityFactory.cs rename to Svelto.ECS/EnginesRoot.GenericEntityFactory.cs diff --git a/EnginesRoot.GenericEntityFunctions.cs b/Svelto.ECS/EnginesRoot.GenericEntityFunctions.cs similarity index 100% rename from EnginesRoot.GenericEntityFunctions.cs rename to Svelto.ECS/EnginesRoot.GenericEntityFunctions.cs