统一NONE和NULL

This commit is contained in:
MrZ626
2020-11-05 00:30:54 +08:00
parent 228518ad95
commit 2d671114f5
4 changed files with 7 additions and 9 deletions

View File

@@ -11,7 +11,7 @@
local fs=love.filesystem
--?
NULL=function()end
NONE={}function NULL()end
DBP=print--use this if need debugging print
SYSTEM=love.system.getOS()
MOBILE=SYSTEM=="Android"or SYSTEM=="iOS"