mirror of https://github.com/axmolengine/axmol.git
Update CCController-android.cpp
This commit is contained in:
parent
2ca5c01902
commit
46435952f8
|
@ -155,6 +155,10 @@ Controller::Controller()
|
||||||
init();
|
init();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void Controller::registerListeners()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
NS_CC_END
|
NS_CC_END
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
Loading…
Reference in New Issue