mirror of https://github.com/axmolengine/axmol.git
9 lines
160 B
C++
9 lines
160 B
C++
|
#include "cddandroidAndroidJavaEngine.h"
|
||
|
|
||
|
namespace CocosDenshion {
|
||
|
namespace android {
|
||
|
AndroidJavaEngine::~AndroidJavaEngine() {
|
||
|
}
|
||
|
}
|
||
|
}
|