view libvo/gl_common.h @ 13766:6473da1ceadb

Audio plugins have been superceded by audio filters, noticed by Gabrov.
author diego
date Tue, 26 Oct 2004 00:11:27 +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