This commit is contained in:
Ming 2010-11-12 09:29:14 +00:00
parent 6062cf1558
commit 64ac386384
1 changed files with 57 additions and 52 deletions

View File

@ -26,7 +26,12 @@ THE SOFTWARE.
#include "CCDirector.h"
#include "platform/platform.h"
#include "CCXUIImage.h"
#include <GLES/glext.h>
#ifdef IPHONE
#include <OpenGLES/ES1/glext.h>
#else
#include <GLES/glext.h>
#endif
namespace cocos2d {