OSDN Git Service

b42a6603015fda454547f65f6b1163338f9ecde2
[dtxmania/dtxmania.git] / FDK17プロジェクト / コード / 01.フレームワーク / Core / GameWindowSize.cs
1 using System;\r
2 \r
3 namespace SampleFramework\r
4 {\r
5         public static class GameWindowSize\r
6         {\r
7                 public const int Width = 640;\r
8                 public const int Height = 480;\r
9         }\r
10 }\r