]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - wad.h
changed TEXF_CLAMP to use GL_CLAMP_TO_EDGE (GL_EXT_texture_edge_clamp or GL_SGIS_text...
[xonotic/darkplaces.git] / wad.h
diff --git a/wad.h b/wad.h
index ac8199bf530bda1e371d300dc9a127ef78eacd0b..cbcdcd6fb958cbad598f477c06e4f62fbbaed24e 100644 (file)
--- a/wad.h
+++ b/wad.h
@@ -19,6 +19,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 */
 // wad.h
 
+#ifndef WAD_H
+#define WAD_H
+
 //===============
 //   TYPES
 //===============
@@ -76,3 +79,6 @@ extern int image_width, image_height;
 void   W_LoadTextureWadFile (char *filename, int complain);
 qbyte  *W_GetTexture (char *name); // returns tempmempool allocated image data, width and height are in image_width and image_height
 qbyte  *W_ConvertWAD3Texture(miptex_t *tex); // returns tempmempool allocated image data, width and height are in image_width and image_height
+
+#endif
+