using System; namespace SalsaModel { public interface IScene { void Setup(Microsoft.DirectX.Direct3D.Device dev); void Draw(); } }