Skip to content
Snippets Groups Projects
Commit 40da9f3e authored by DarkGod's avatar DarkGod
Browse files

test

parent c7cea103
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,10 @@
--- Utility functionality used by a lot of the base classes
-- @script engine.utils
if not core.game.stdout_write and io.write then
core.game.stdout_write = io.write
end
local lpeg = require "lpeg"
function math.decimals(v, nb)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment