mirror of
https://github.com/love2d/love-android.git
synced 2026-08-18 03:34:18 +02:00
added SDL2 source moved files
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
-- read environment variables as if they were global variables
|
||||
|
||||
local f=function (t,i) return os.getenv(i) end
|
||||
setmetatable(getfenv(),{__index=f})
|
||||
|
||||
-- an example
|
||||
print(a,USER,PATH)
|
||||
Reference in New Issue
Block a user