remove HelperFunc

This commit is contained in:
knliu
2017-06-12 16:19:06 +08:00
parent 0d6898fb0f
commit 77d00a5919
19 changed files with 0 additions and 507 deletions

View File

@@ -1,12 +1,4 @@
luaj = require(cc.PACKAGE_NAME .. ".luaj")
function io.exists(path)
return cc.FileUtils:getInstance():isFileExist(path)
end
function io.readfile(path)
return cc.HelperFunc:getFileData(path)
end
function device.showAlertAndroid(title, message, buttonLabels, listener)
end