public virtual void DeregisterFromUpdating(IUpdateable cls)
 {
     IronSightEnginePINVOKE.IOutputWindow_DeregisterFromUpdating(swigCPtr, IUpdateable.getCPtr(cls));
 }
 public virtual void RegisterForUpdating(IUpdateable cls)
 {
     IronSightEnginePINVOKE.IOutputWindow_RegisterForUpdating__SWIG_0(swigCPtr, IUpdateable.getCPtr(cls));
 }