mirror of
https://github.com/u0u0/Quick-Cocos2dx-Community.git
synced 2026-06-01 04:11:51 +08:00
remove HelperFunc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user