From b0875be95c36f5e31b8d4c6e55252998a53a7306 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Mon, 11 Feb 2019 18:41:59 +0300 Subject: [PATCH] Very important feature. --- OS.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/OS.lua b/OS.lua index d0481458..201b0f0a 100644 --- a/OS.lua +++ b/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