mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-28 20:05:22 +09:00
13 lines
201 B
Lua
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' |