]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.h
copyentity builtin added
[xonotic/darkplaces.git] / common.h
index eb2175cdf6ca98ed1e5787949a59e32f3f927a80..f062af08f0c8b9e0d4b56687785a29c15744b5dd 100644 (file)
--- a/common.h
+++ b/common.h
@@ -196,6 +196,7 @@ void COM_CloseFile (int h);
 byte *COM_LoadStackFile (char *path, void *buffer, int bufsize, qboolean quiet);
 byte *COM_LoadTempFile (char *path, qboolean quiet);
 byte *COM_LoadHunkFile (char *path, qboolean quiet);
+byte *COM_LoadMallocFile (char *path, qboolean quiet);
 void COM_LoadCacheFile (char *path, struct cache_user_s *cu, qboolean quiet);
 
 byte *COM_LoadFile (char *path, int usehunk, qboolean quiet);