This commit is contained in:
Igor Timofeev 2017-04-17 15:49:39 +03:00
parent e46ebc0d05
commit 02b97598f0

View File

@ -1,5 +1,7 @@
local colorlib = {}
local bit32 = require("bit32")
local serialization = require("serialization")
local colorlib = {}
local function isNan(x)
return x~=x