summaryrefslogtreecommitdiff
path: root/Data/Scripts/EditorGUI/EditorWindowManager.lua
blob: 693cb9e479ff541b846305a8467ccc1c1ea1f34e (plain)
1
2
3
4
5
6
7
8
9
10
11
local ContainerWindow = require("GameLab.Editor.GUI.ContainerWindow")
local GUIWindow = require("GameLab.Editor.GUI.GUIWindow")
local SplitWindow = require("GameLab.Editor.GUI.SplitWindow")

local EditorWindowManager = {}

EditorWindowManager.splitWindows = {}



return EditorWindowManager