Example #1
0
 internal static HandleRef getCPtr(SWIGTYPE_p_ISound obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 public CSoundWrapper(SWIGTYPE_p_ISound sound) : this(SwigEnginePINVOKE.new_CSoundWrapper(SWIGTYPE_p_ISound.getCPtr(sound)), true)
 {
 }