Make sure that the __gl*_size prototypes are seen in all the places that

they need to be seen.
This commit is contained in:
Ian Romanick 2005-10-20 23:24:47 +00:00
parent 279cf9f79d
commit f5a5817834

View File

@ -41,6 +41,8 @@
**
*/
#include "indirect_size.h"
extern GLint __glReadPixels_size(GLenum format, GLenum type,
GLint width, GLint height);
extern GLint __glGetTexEnvfv_size(GLenum pname);