axmol/cocos/scripting
John 3c08471bab don't convert const char* to char* (#20039)
* C++ forbids conversion from const char* string to char*, so we change
function signature from char* to const char* in lua basic conversion
functions.
2019-08-16 15:29:49 +08:00
..
deprecated remove void in function declaration (#19954) 2019-07-22 09:38:46 +08:00
lua-bindings don't convert const char* to char* (#20039) 2019-08-16 15:29:49 +08:00