1
0
Fork 0
mirror of https://github.com/Reuh/ubiquitousse.git synced 2025-10-27 17:19:31 +00:00
This commit is contained in:
Reuh 2016-04-26 17:20:20 +02:00
parent 403aa80c46
commit 5268bd0c5b

View file

@ -9,7 +9,7 @@ local version = "0.0.1"
-- Require stuff
local abstract = require((...):match("^(.-abstract)%."))
local ctr = require("ctr")
local gfx = require("gfx")
local gfx = require("ctr.gfx")
-- Version compatibility warning
do