mirror of https://github.com/axmolengine/axmol.git
Compilation fixes in LocalStorage. include localStorage.h.
This commit is contained in:
parent
84479b5df0
commit
1c31871543
|
@ -27,6 +27,7 @@
|
||||||
Works on cocos2d-iphone and cocos2d-x.
|
Works on cocos2d-iphone and cocos2d-x.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "LocalStorage.h"
|
||||||
#include "CCPlatformMacros.h"
|
#include "CCPlatformMacros.h"
|
||||||
|
|
||||||
#if (CC_TARGET_PLATFORM != CC_PLATFORM_ANDROID)
|
#if (CC_TARGET_PLATFORM != CC_PLATFORM_ANDROID)
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
Works on cocos2d-iphone and cocos2d-x.
|
Works on cocos2d-iphone and cocos2d-x.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "LocalStorage.h"
|
||||||
#include "CCPlatformMacros.h"
|
#include "CCPlatformMacros.h"
|
||||||
|
|
||||||
#if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID)
|
#if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID)
|
||||||
|
@ -35,7 +36,6 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <string>
|
|
||||||
#include "jni.h"
|
#include "jni.h"
|
||||||
#include "jni/JniHelper.h"
|
#include "jni/JniHelper.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue