mirror of https://github.com/axmolengine/axmol.git
Adding sending of filelist when reset is pressed on iOS
This commit is contained in:
parent
7bd3f2a260
commit
0378a97fa0
|
@ -19,6 +19,7 @@ extern "C" {
|
|||
|
||||
void cleanCacheDirJNI(){
|
||||
cleanCache();
|
||||
[server sendFileList];
|
||||
}
|
||||
|
||||
void sendLogMsg(const char *msg) {
|
||||
|
|
Loading…
Reference in New Issue