mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-11 04:08:10 -06:00
Merge pull request #45 from mamoniot/experimental
fix missing require for last commit
This commit is contained in:
@@ -4,6 +4,7 @@ local manager = require('gui.main')
|
|||||||
local ceil = math.ceil
|
local ceil = math.ceil
|
||||||
local table_insert = table.insert
|
local table_insert = table.insert
|
||||||
local table_remove = table.remove
|
local table_remove = table.remove
|
||||||
|
local mod_gui = require("__core__.lualib.mod-gui")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user