mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 11:09:21 +01:00
Very important feature.
This commit is contained in:
parent
fc8f37bb7c
commit
b0875be95c
6
OS.lua
6
OS.lua
@ -150,6 +150,12 @@ local GUI = UIRequire("GUI")
|
||||
local system = UIRequire("System")
|
||||
UIRequire("Network")
|
||||
|
||||
-- Filling package.loaded with default global variables for OpenOS bitches
|
||||
package.loaded.bit32 = bit32
|
||||
package.loaded.computer = computer
|
||||
package.loaded.component = component
|
||||
package.loaded.unicode = unicode
|
||||
|
||||
---------------------------------------- Main loop ----------------------------------------
|
||||
|
||||
-- "double_touch" event handler
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user