예제 #1
0
파일: S.cs 프로젝트: optimus-code/Q2Sharp
 public static sfx_t RegisterSound(String sample)
 {
     return(impl.RegisterSound(sample));
 }