diff options
Diffstat (limited to 'progs/objviewer/skybox.h')
-rw-r--r-- | progs/objviewer/skybox.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/progs/objviewer/skybox.h b/progs/objviewer/skybox.h deleted file mode 100644 index 18bee51c87..0000000000 --- a/progs/objviewer/skybox.h +++ /dev/null @@ -1,18 +0,0 @@ - -#ifndef SKYBOX_H -#define SKYBOX_H - - -extern GLuint -LoadSkyBoxCubeTexture(const char *filePosX, - const char *fileNegX, - const char *filePosY, - const char *fileNegY, - const char *filePosZ, - const char *fileNegZ); - -extern void -DrawSkyBoxCubeTexture(GLuint tex); - - -#endif /* SKYBOX_H */ |