summaryrefslogtreecommitdiffstats
path: root/libvo/gl_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/gl_common.h')
-rw-r--r--libvo/gl_common.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libvo/gl_common.h b/libvo/gl_common.h
new file mode 100644
index 0000000000..2d31c3058f
--- /dev/null
+++ b/libvo/gl_common.h
@@ -0,0 +1,8 @@
+#ifndef __GL_COMMON_H__
+#define __GL_COMMON_H__
+
+#include <GL/gl.h>
+
+void glAdjustAlignment(int stride);
+
+#endif