summaryrefslogtreecommitdiff
path: root/Data/Scripts/settings.lua
blob: c837e5c73c10f1018a1975abb2923ee4961394fd (plain)
1
2
3
4
5
6
7
8
9
local opentags = {
    "WndProc",
}

local Debug = GameLab.Debug

for _, tag in ipairs(opentags) do 
    Debug.OpenTag(tag)
end