using Foresight.Engine.Renderer; namespace Foresight.Engine.Scenes { public interface IScene : IRenderable { } }