Files
factorio-scenario-ExpCluster/expcore/gui/styles/expstyle/index.lua
2019-09-22 19:21:21 +01:00

13 lines
201 B
Lua

--[[-- Core Module - ExpStyle
@core ExpStyle
]]
local function r(name)
require('expcore.gui.styles.expstyle.'..name)
end
r 'container'
r 'alignment'
r 'header'
r 'scroll_table'
r 'time_label'