Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/DTXManiaプロジェクト/コード/全体/CDTXMania.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 46 by kairera0467, Sat Mar 16 09:38:30 2013 UTC revision 48 by kairera0467, Wed Mar 20 10:53:32 2013 UTC
# Line 24  namespace DTXMania Line 24  namespace DTXMania
24          {          {
25                  // プロパティ                  // プロパティ
26    
27                  public static readonly string VERSION = "Ver2.35(130315)";                  public static readonly string VERSION = "Ver2.36(1303??)";
28                  public static readonly string SLIMDXDLL = "c_net20x86_Jun2010";                  public static readonly string SLIMDXDLL = "c_net20x86_Jun2010";
29                  public static readonly string D3DXDLL = "d3dx9_43.dll";         // June 2010                  public static readonly string D3DXDLL = "d3dx9_43.dll";         // June 2010
30          //public static readonly string D3DXDLL = "d3dx9_42.dll";       // February 2010          //public static readonly string D3DXDLL = "d3dx9_42.dll";       // February 2010
# Line 319  namespace DTXMania Line 319  namespace DTXMania
319                          get;                          get;
320                          set;                          set;
321                  }                  }
322          public Device D3D9Device          //public Device D3D9Device
323          {          //{
324              get { return this._D3D9Device; }          //    get { return this._D3D9Device; }
325              protected set { this._D3D9Device = value; }          //    protected set { this._D3D9Device = value; }
326          }          //}
327                    
328          public static void t初期化(CApp app)          public static void t初期化(CApp app)
329          {          {
# Line 1589  for (int i = 0; i < 3; i++) { Line 1589  for (int i = 0; i < 3; i++) {
1589          private System.Drawing.Font ftDeclaration;          private System.Drawing.Font ftDeclaration;
1590                  private MouseButtons mb = System.Windows.Forms.MouseButtons.Left;                  private MouseButtons mb = System.Windows.Forms.MouseButtons.Left;
1591          private string strWindowTitle = "";          private string strWindowTitle = "";
1592          private volatile Device _D3D9Device = null;          //private volatile Device _D3D9Device = null;
1593    
1594                  private void t起動処理()                  private void t起動処理()
1595                  {                  {

Legend:
Removed from v.46  
changed lines
  Added in v.48

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26