1 2 3 4 5 6 7 8
#ifndef __GL_COMMON_H__ #define __GL_COMMON_H__ #include <GL/gl.h> void glAdjustAlignment(int stride); #endif