diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/libvo/gl_common.h	Sun Oct 17 13:28:22 2004 +0000
@@ -0,0 +1,8 @@
+#ifndef __GL_COMMON_H__
+#define __GL_COMMON_H__
+
+#include <GL/gl.h>
+
+void glAdjustAlignment(int stride);
+
+#endif