6 lines
179 B
Lua
6 lines
179 B
Lua
|
-- Returns titlebars for normal clients, this structure allows one to
|
||
|
-- easily define special titlebars for particular clients.
|
||
|
return {
|
||
|
normal = require(... .. '.normal')
|
||
|
}
|