ОС полностью переписана под ООП-библиотеку "GUI"

This commit is contained in:
Igor Timofeev
2017-01-06 19:04:52 +03:00
parent 83a1bb14ef
commit 0d0cb4a7b4
22 changed files with 474 additions and 432 deletions

1
Applications/Control/Control.lua Normal file → Executable file
View File

@@ -8,6 +8,7 @@ local event = require("event")
local context = require("context")
local screen = c.screen
local gpu = c.gpu
local image = require("image")
-------------------------------------------------------------------------------------------------------------------------------