using System; namespace Urho { public interface IAbstractFile { } }