cocos2d for iPhone 1.0.0
2D engine for iOS and OS X
/Users/rquesada/progs/cocos2d-iphone/cocos2d/Support/ccUtils.h
Go to the documentation of this file.
00001 /*
00002  * cocos2d for iPhone: http://www.cocos2d-iphone.org
00003  *
00004  */
00005 
00006 #ifndef __CC_UTILS_H
00007 #define __CC_UTILS_H
00008 
00013 /*
00014  ccNextPOT function is licensed under the same license that is used in CCTexture2D.m.
00015  */
00016 
00027 unsigned long ccNextPOT( unsigned long value );
00028 
00029 #endif // ! __CC_UTILS_H
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Defines

cocos2d for iPhone API Reference - Generated using Doxygen 1.7.4