mirror of
https://github.com/bakpakin/tiny-ecs.git
synced 2024-11-17 04:44:23 +00: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')
|