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 2017-04-05 20:14:48 +02:00
parent 08afbe1d6d
commit b55c6b0dfd
8 changed files with 56 additions and 4 deletions

View file

@ -51,10 +51,19 @@ end
uqt.backend = "ctrulua"
-- uqt.event: TODO
if uqt.event then
error("uqt.event: NYI")
end
-- uqt.draw: TODO
if uqt.draw then
error("uqt.draw: NYI")
end
-- uqt.audio: TODO
if uqt.audio then
error("uqt.audio: NYI")
end
-- uqt.time
if uqt.time then