]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.h
texture images now take on the TEXF_FORCENEAREST and TEXF_FORCELINEAR flags from...
[xonotic/darkplaces.git] / common.h
index 990ab6ded12a252b2197bc2838eeb6bb33bbba74..3a73d7caaded518484d3920f36d17bd9cae7f6c2 100644 (file)
--- a/common.h
+++ b/common.h
@@ -41,13 +41,10 @@ typedef struct sizebuf_s
        qboolean        allowoverflow;  // if false, do a Sys_Error
        qboolean        overflowed;             // set to true if the buffer size failed
        qbyte           *data;
-       mempool_t       *mempool;
        int                     maxsize;
        int                     cursize;
 } sizebuf_t;
 
-void SZ_Alloc (sizebuf_t *buf, int startsize, const char *name);
-void SZ_Free (sizebuf_t *buf);
 void SZ_Clear (sizebuf_t *buf);
 void *SZ_GetSpace (sizebuf_t *buf, int length);
 void SZ_Write (sizebuf_t *buf, const void *data, int length);