Closed tst2005 closed 8 years ago
Hello,
I suggest to use uniq module names, something like require "api.love". It should help to defined other API like the lua one (in api.lua).
require "api.love"
api.lua
See https://github.com/tst2005/love-api/tree/modnames
Regards,
Hey @tst2005,
I am not sure I understand the possible benefits of this.
It should help to defined other API like the lua one (in api.lua).
What do you mean here?
Best wishes Robert
Hello,
I suggest to use uniq module names, something like
require "api.love"
. It should help to defined other API like the lua one (inapi.lua
).See https://github.com/tst2005/love-api/tree/modnames
Regards,