Esempio n. 1
0
        public static extern int Mix_UnregisterEffect(int chan, 
			MixEffectFunctionDelegate f);
Esempio n. 2
0
        public static extern int Mix_RegisterEffect(int chan, 
			MixEffectFunctionDelegate f, 
			MixEffectDoneDelegate d,
			IntPtr arg);