]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - zone.h
make it use APPDATA right
[xonotic/darkplaces.git] / zone.h
diff --git a/zone.h b/zone.h
index cd1966231570083eef3e56fde6fab5f875a7befd..69d6f1b6d650297aed3a70e4d4445d18e56755d5 100644 (file)
--- a/zone.h
+++ b/zone.h
@@ -135,6 +135,8 @@ void _Mem_CheckSentinelsGlobal(const char *filename, int fileline);
 // if pool is NULL this searches ALL pools for the allocation
 qboolean Mem_IsAllocated(mempool_t *pool, void *data);
 
+char* Mem_strdup (mempool_t *pool, const char* s);
+
 typedef struct memexpandablearray_array_s
 {
        unsigned char *data;