Add initial DB schema and support code

This commit is contained in:
Drew DeVault
2016-10-04 11:31:10 -04:00
parent 8dadc2b215
commit 2d810f72fa
9 changed files with 133 additions and 11 deletions

View File

@ -11,7 +11,7 @@ namespace osu.Desktop
public static class Program
{
[STAThread]
public static void Main()
public static void Main(string[] args)
{
BasicGameHost host = Host.GetSuitableHost(@"osu");
host.Add(new OsuGame());