2011-11-09 16:36:09 +00:00

12 lines
179 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ANX.Framework.NonXNA
{
public interface IKeyboard
{
}
}