예제 #1
0
파일: SdlMixer.cs 프로젝트: conankzhang/fez
 public static int Mix_UnregisterEffect(int chan, SdlMixer.MixEffectFunctionDelegate f);
예제 #2
0
파일: SdlMixer.cs 프로젝트: conankzhang/fez
 public static int Mix_RegisterEffect(int chan, SdlMixer.MixEffectFunctionDelegate f, SdlMixer.MixEffectDoneDelegate d, IntPtr arg);