typo fixed in CCGL.h

This commit is contained in:
James Chen 2012-06-01 14:48:45 +08:00
parent 2b235fd705
commit 3959fe8f4d
3 changed files with 3 additions and 3 deletions

View File

@ -53,4 +53,4 @@ extern PFNGLDELETEVERTEXARRAYSOESPROC glDeleteVertexArraysOESEXT;
#define glDeleteVertexArraysOES glDeleteVertexArraysOESEXT
#endif // __PLATFOMR_CCGL_H__
#endif // __CCGL_H__

View File

@ -34,4 +34,4 @@ THE SOFTWARE.
#include <OPenGLES/ES2/glext.h>
#endif // __PLATFOMR_CCGL_H__
#endif // __CCGL_H__

View File

@ -27,4 +27,4 @@ THE SOFTWARE.
#include "GL/glew.h"
#endif // __PLATFOMR_CCGL_H__
#endif // __CCGL_H__