axmol/cocos
陈广歧 8b4953bbfc fixed compile error.
```bash
# compile for android.
$ ./build_native.py
```

Error message as follow:

```
ssize_tjni/../../cocos2d/cocos/./3d/CCBundleReader.cpp:94:23: error: return type of out-of-line
      definition of 'cocos2d::BundleReader::tell' differs from that in the declaration
ssize_t BundleReader::tell()
                      ^
jni/../../cocos2d/cocos/./3d/CCBundleReader.h:90:14: note: previous declaration is here
    long int tell();
             ^
1 error generated.
```
2014-07-19 18:29:52 +08:00
..
2d Merge pull request #7502 from visiblelight/render_texture_disabled 2014-07-17 20:09:01 +08:00
3d fixed compile error. 2014-07-19 18:29:52 +08:00
audio fix compiling warnings 2014-07-03 11:43:56 +08:00
base [FIX]: copied data should be const 2014-07-18 03:44:39 +04:00
deprecated Change atof() to utils::atof() 2014-07-14 20:45:24 +08:00
editor-support Merge pull request #7518 from natural-law/android-dependencies 2014-07-18 17:57:42 +08:00
math fixed warn and replace NULL with nullptr. 2014-07-10 00:45:27 +08:00
network fixed warn and replace NULL with nullptr. 2014-07-10 00:45:27 +08:00
physics Fix the bug: flip scale for physics body make it's size incorrect. 2014-07-17 17:21:09 +08:00
platform Merge pull request #7521 from andyque/fixTextFieldDeleteBug 2014-07-18 18:37:07 +08:00
renderer Fix compile errors on WP8 2014-07-11 15:10:19 +08:00
scripting/lua-bindings Merge pull request #7518 from natural-law/android-dependencies 2014-07-18 17:57:42 +08:00
storage fixed warn and replace NULL with nullptr. 2014-07-10 00:45:27 +08:00
ui fix listview insert child at index bug 2014-07-18 18:02:46 +08:00
Android.mk Merge branch 'v3' into android-dependencies 2014-07-16 13:49:20 +08:00
CMakeLists.txt Squashed commit of the following: 2014-05-18 14:49:16 -07:00
cocos2d-prefix.pch Squashed commit of the following: 2014-05-16 14:36:00 -07:00
cocos2d.cpp [ci skip] 2014-07-15 15:11:17 +08:00
cocos2d.h Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_hot_fix 2014-07-11 16:44:59 +08:00