OSDN Git Service

Boost.MSMでメニュー部分を実装
[shooting3/shootinggame.git] / ShootingGame / App.xaml.h
index 7ea9cd4..e6e59c0 100644 (file)
@@ -7,8 +7,8 @@
 
 #include "App.g.h"
 #include "MainPage.xaml.h"
-#include "SoundDriver.h"
 #include "GameMain.h"
+#include "SoundDriver.h"
 #include "BasicTimer.h"
 
 namespace ShootingGame
@@ -27,7 +27,7 @@ namespace ShootingGame
       return mainPage_->SwapChainBackgroundPanel();
     }
 
-  private:
+   private:
     MainPage^ mainPage_;
     GameMain^ gameMain_;
     BasicTimer^ timer_;