view libvo/gl_common.h @ 13803:0bd7ccf63c54

Declare a prototype for the function before it is used. Otherwise some compiler versions will "optimize" them away, and linking will fail.
author mosu
date Sat, 30 Oct 2004 08:42:25 +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