AxiosEngine-old 

AxiosEngine-old Mercurial Source Tree


Root/axios/Engine/Interfaces/IDrawableAxiosGameObject.cs

using Microsoft.Xna.Framework;
 
namespace Axios.Engine.Interfaces
{
    interface IDrawableAxiosGameObject
    {
        int DrawOrder
        {
            get;
            set;
        }
        void Draw(AxiosGameScreen gameScreen, GameTime gameTime);
    }
}
Source at commit 6d8bf265d2ec created 12 years 7 months ago.
By Nathan Adams, + * - Changing AxiosTitleFile.GetStream() to return Stream instead of FileStream

Archive Download this file

Page rendered in 0.83378s using 11 queries.