comparison libvo/gl_common.h @ 13653:799f81d3cb19

added gl_common for code used by both vo_gl.c and vo_gl2.c.
author reimar
date Sun, 17 Oct 2004 13:28:22 +0000
parents
children 3f28d2a56758
comparison
equal deleted inserted replaced
13652:3427a9f4b6e3 13653:799f81d3cb19
1 #ifndef __GL_COMMON_H__
2 #define __GL_COMMON_H__
3
4 #include <GL/gl.h>
5
6 void glAdjustAlignment(int stride);
7
8 #endif