Skip to content

Instantly share code, notes, and snippets.

View rherzfeld's full-sized avatar

Reinhard rherzfeld

View GitHub Profile
@rherzfeld
rherzfeld / LibQTip-1.0.lua
Last active October 14, 2020 17:08
LibQTip-1.0
local MAJOR = "LibQTip-1.0"
local MINOR = 46 -- Should be manually increased
local LibStub = _G.LibStub
assert(LibStub, MAJOR .. " requires LibStub")
local lib, oldMinor = LibStub:NewLibrary(MAJOR, MINOR)
if not lib then
return