OSDN Git Service

#28263 DTX2WAV機能の実現のため、まずコマンドラインのパーサをDTXVmodeクラスから分離し、CommandParseクラスに移動した。
[dtxmania/dtxmania.git] / DTXMania / コード / 全体 / CDTX2WAVmode.cs
1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
5 using System.Threading.Tasks;
6
7 using System.Diagnostics;
8 using System.IO;
9 using System.Threading;
10 using FDK;
11
12 namespace DTXMania
13 {
14     public class CDTX2WAVmode
15     {
16
17     }
18 }