gallium: add target-helpers/wrap_screen.c to C_SOURCES
[mesa/mesa-lb.git] / progs / objviewer / skybox.h
blob18bee51c870f1b82ded8d87480536ada97fc9a84
2 #ifndef SKYBOX_H
3 #define SKYBOX_H
6 extern GLuint
7 LoadSkyBoxCubeTexture(const char *filePosX,
8 const char *fileNegX,
9 const char *filePosY,
10 const char *fileNegY,
11 const char *filePosZ,
12 const char *fileNegZ);
14 extern void
15 DrawSkyBoxCubeTexture(GLuint tex);
18 #endif /* SKYBOX_H */