This commit is contained in:
Mikayla Fischler 2022-06-14 12:05:49 -04:00
parent 13513a9ce6
commit 2e4a533148
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
--
-- Generic Graphics Element
--
local core = require("graphics.core")
local element = {}

View File

@ -1,3 +1,7 @@
--
-- Graphics View Layout
--
local core = require("graphics.core")
local util = require("scada-common.util")