alias for color type and added read() to globals

This commit is contained in:
Mikayla Fischler 2022-06-05 23:24:18 -04:00
parent b75d482f4a
commit 8b307ea030
2 changed files with 6 additions and 1 deletions

View File

@ -10,6 +10,7 @@
"textutils",
"shell",
"settings",
"window"
"window",
"read"
]
}

View File

@ -22,6 +22,10 @@ local types = {}
---@field reactor integer
---@field rsio table|nil
-- ALIASES --
---@alias color integer
-- ENUMERATION TYPES --
---@alias TRI_FAIL integer