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