コード例 #1
0
ファイル: S.cs プロジェクト: optimus-code/Q2Sharp
 public static sfx_t RegisterSound(String sample)
 {
     return(impl.RegisterSound(sample));
 }