mirror of https://github.com/axmolengine/axmol.git
don't include unneeded header file
This commit is contained in:
parent
dc0e89e839
commit
d4efbcfcef
|
@ -3,8 +3,6 @@
|
|||
#include <jni.h>
|
||||
#include <android/log.h>
|
||||
|
||||
#include "HelloWorldScene.h"
|
||||
|
||||
#define LOG_TAG "main"
|
||||
#define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG,LOG_TAG,__VA_ARGS__)
|
||||
|
||||
|
|
Loading…
Reference in New Issue