I want to add cocos2d to an existing project.
I found this: Adding Cocos2D only to already existing project?
which looks like exactly what I want.. however, I downloaded cocos2d from the website and I don't have a FontLabel
folder or file..? whatever it's supposed to be.
I followed the rest of the instructions and I keep getting errors where it says cannot find: kazmath/SOME_FILE.h
so I imported the kazmath
directory into the project as well, but the same error kept persisting.
So here are my questions:
- Is there a better/easier way to link cocos2d with an existing project?
- Why does it keep looking for the
kazmath
files even though they're there? (I cleaned and rebuilt the project many times). - Where can I get this
FontLabel
and is it important that I have it?