mirror of
https://github.com/bakpakin/tiny-ecs.git
synced 2026-07-21 23:56:50 -06:00
6 lines
230 B
Lua
6 lines
230 B
Lua
-- Helper Lua file for easy require if tiny-ecs is used as a git submodule or
|
|
-- folder. Not needed in many cases, including luarocks distribution.
|
|
|
|
local directory = (...):match("(.-)[^%.]+$")
|
|
return require(directory .. 'tiny')
|