diff --git a/Program.cs b/Program.cs index 1cfff92..38a207e 100644 --- a/Program.cs +++ b/Program.cs @@ -1,11 +1,11 @@ using WindowsPhoneSpeedyBlupi; -using static WindowsPhoneSpeedyBlupi.Xna; +using static WindowsPhoneSpeedyBlupi.EnvClasses; static class Program { static void Main() { - Env.init(XnaImpl.MonoGame, Platform.Desktop); + Env.init(Impl.MonoGame, Platform.Desktop); var game = new WindowsPhoneSpeedyBlupi.Game1(); game.Run(); } diff --git a/WindowsPhoneSpeedyBlupi b/WindowsPhoneSpeedyBlupi index ea5dabf..62241e8 160000 --- a/WindowsPhoneSpeedyBlupi +++ b/WindowsPhoneSpeedyBlupi @@ -1 +1 @@ -Subproject commit ea5dabf84b7b035870583d525736711c61c46ad3 +Subproject commit 62241e8f948aadf0b695fc43d47ae9d964536e3f