OSDN Git Service

#32713 初コミット。SVNrev567時点での、ファイルはbranch/140707(ReBuild XGVersion)から移行したもの。
[dtxmaniaxg-verk/dtxmaniaxg-verk-git.git] / FDK17プロジェクト / コード / 01.フレームワーク / Core / GameWindowSize.cs
1 using System;
2
3 namespace SampleFramework
4 {
5         public static class GameWindowSize
6         {
7                 public const int Width = 1280;
8                 public const int Height = 720;
9         }
10 }