Ejemplo n.º 1
0
        public SWIGTYPE_p_Ogre__OverlaySystem getOverlaySystem()
        {
            global::System.IntPtr          cPtr = BitesPINVOKE.ApplicationContextBase_getOverlaySystem(swigCPtr);
            SWIGTYPE_p_Ogre__OverlaySystem ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_Ogre__OverlaySystem(cPtr, false);

            if (BitesPINVOKE.SWIGPendingException.Pending)
            {
                throw BitesPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }