Skip to content
  • James R.'s avatar
    Refactor hudlib hooks to hooklib · b4fa98d2
    James R. authored
    HUD hooks now meet the standard of hooklib. HUD registry
    magic numbers are gone.
    
    HUD hooks may also be added using addHook.
    
        addHook('HUD', fn[, type])
    
    hud.add still exists, but the intention is to remove it
    eventually.
    b4fa98d2