How to call objective C from c++ in cocos2d-x | Techbirds
Hi friends. In this tutorial we will learn to call objective C methods from a c++ class in mac OS Step 1 Create a new Hello World Project. By default you will have HelloWorldScene.cpp, HelloWorldScene.h, AppDelegate.cpp and AppDelegate.h Step 2 Now create a new File in your classes folder and name it as ObjCCalls or