mirror of https://github.com/axmolengine/axmol.git
14b8fc0a71
* Remove AppDelegate memory leak from Android projects AppDelegate object and all its members are never released. As a solution I propose to use static unique_ptr that could destroy it at the end of the application. Issue: https://github.com/cocos2d/cocos2d-x/issues/14110 * Correct code style in Android main.cpp files - removed redundant headers (reduced dependencies) - removed redundant code - corrected code style |
||
---|---|---|
.. | ||
Classes | ||
Resources | ||
proj.android | ||
proj.android-studio | ||
proj.ios_mac | ||
proj.linux | ||
proj.tizen | ||
proj.win8.1-universal | ||
proj.win10 | ||
proj.win32 | ||
CMakeLists.txt | ||
cocos-project-template.json |