root/src/ZuneDemo/Renderer/DrawableGrid.cs
Added Zune HD support and simple sample
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Brains.Framework.Map;
namespace ZuneDemo.Renderer
{
public class DrawableGrid : Grid
{
public DrawableGrid()
{
}
}
} |