Skip to content

Instantly share code, notes, and snippets.

@robmerrell
Created August 12, 2012 01:27
Show Gist options
  • Save robmerrell/3328680 to your computer and use it in GitHub Desktop.
Save robmerrell/3328680 to your computer and use it in GitHub Desktop.
CCDictElement* pElement = NULL;
CCDICT_FOREACH(spawn_point, pElement) {
CCLog("%s", pElement->getStrKey());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment