From 6bff2c4fb910e03f6a704518bbcc38383d5dae49 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Tue, 6 Oct 2015 23:08:54 +0300 Subject: [PATCH] =?UTF-8?q?=D0=91=D0=B0=D0=B3=D1=84=D0=B8=D0=BA=D1=81=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D0=B7=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=BA?= =?UTF-8?q?=D0=B8=20=D1=81=20=D0=BF=D0=B0=D1=81=D1=82=D0=B5=D0=B1=D0=B8?= =?UTF-8?q?=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Applications/CodeDoor/CodeDoor.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Applications/CodeDoor/CodeDoor.lua b/Applications/CodeDoor/CodeDoor.lua index 12fa7351..2b447644 100644 --- a/Applications/CodeDoor/CodeDoor.lua +++ b/Applications/CodeDoor/CodeDoor.lua @@ -1,4 +1,6 @@ local rs +local component = require("component") +local gpu = component.gpu local ecs = require("ECSAPI") local sides = require("sides") local event = require("event")