mpv/libvo/gl_common.h

9 lines
113 B
C

#ifndef __GL_COMMON_H__
#define __GL_COMMON_H__
#include <GL/gl.h>
void glAdjustAlignment(int stride);
#endif