- cpArrayContains
cpBool cpArrayContains(cpArray* arr, void* ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpArrayDeleteObj
void cpArrayDeleteObj(cpArray* arr, void* obj)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpArrayFree
void cpArrayFree(cpArray* arr)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpArrayFreeEach
void cpArrayFreeEach(cpArray* arr, FreeFunc freeFunc)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpArrayNew
cpArray* cpArrayNew(int size)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpArrayPop
void* cpArrayPop(cpArray* arr)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpArrayPush
void cpArrayPush(cpArray* arr, void* obj)
Undocumented in source. Be warned that the author may not have intended to support it.