view libvo/gl_common.h @ 13784:7d3b84ddd2fd

Remove hardcoded filenames in favor of command line parameters, some error checking added, patch by Reza Jelveh.
author diego
date Thu, 28 Oct 2004 01:02:24 +0000
parents 799f81d3cb19
children 3f28d2a56758
line wrap: on
line source

#ifndef __GL_COMMON_H__
#define __GL_COMMON_H__

#include <GL/gl.h>

void glAdjustAlignment(int stride);

#endif