OSDN Git Service

フィルターを実装しはじめた。
[shooting3/shootinggame.git] / ShootingGame / MainPage.xaml.h
1 //
2 //MainPage.xaml.h
3 //MainPage.xaml クラスの宣言。
4 //
5
6 #pragma once
7
8 #include "pch.h"
9 #include "MainPage.g.h"
10
11 namespace ShootingGame
12 {
13         /// <summary>
14         /// An empty page that can be used on its own or navigated to within a Frame.
15         /// </summary>
16         public ref class MainPage sealed
17         {
18         public:
19                 MainPage();
20                 void UpdateProcessTime(float delta);
21                 void UpdateFrameTime(float delta,float max,float min,float avg);
22         protected:
23                 virtual void OnNavigatedTo(Windows::UI::Xaml::Navigation::NavigationEventArgs^ e) override;
24         private:
25                 void Button_Click_1(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e);
26         };
27 }