1
0
Fork 0
mirror of https://github.com/ctruLua/ctruLua.git synced 2025-10-28 00:39:30 +00:00

Fixed sublime-completions doc building

This commit is contained in:
Reuh 2016-04-02 19:03:24 +02:00
parent 1f23b86379
commit 15bb00780b
2 changed files with 2 additions and 4 deletions

View file

@ -1,10 +1,8 @@
local ctr = require("ctr")
local hid = require("ctr.hid")
local gfx = require("ctr.gfx")
local hex = gfx.color.hex
-- Options
local config = {}
loadfile(ctr.root .. "config/keyboard.cfg", nil, config)()