|
cocos2d for iPhone 1.0.0
2D engine for iOS and OS X
|
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