summaryrefslogtreecommitdiff
path: root/Data/Libraries/GameLab/Editor/GUI/init.lua
blob: 5507a167ec5a6c83f0068b17b85e5e3eae91aff3 (plain)
1
2
3
4
5
6
7
8
9
GameLab.Editor.GUI = GameLab.Editor.GUI or {}
local m = GameLab.Editor.GUI

local import = GameLab.import(...)

import("ContainerWindow")
import("GUIWindow")

return m