mirror of
https://github.com/bakpakin/tiny-ecs.git
synced 2024-11-17 04:44:23 +00:00
7 lines
231 B
Lua
7 lines
231 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 args = {...}
|
|
local directory = args[1]
|
|
return require(directory .. '.tiny')
|