Tagged Questions
1
vote
1answer
300 views
New way of integrating Openfeint in Cocos2d-x 0.12.0
I am trying to implement OpenFeint for Android in my cocos2d-x project. My approach so far has been creating a button that calls a static java method in class Bridge using jnihelper functions ...