summaryrefslogtreecommitdiffstats
path: root/libvo/gl_common.h
blob: 2d31c3058f3399dddbdaaf2448b6e608f7a47421 (plain)
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