diff --git a/engine/common/common.h b/engine/common/common.h index fb5982519..a411888a5 100644 --- a/engine/common/common.h +++ b/engine/common/common.h @@ -369,6 +369,7 @@ qbyte *COM_LoadStackFile (const char *path, void *buffer, int bufsize); qbyte *COM_LoadTempFile (const char *path); qbyte *COM_LoadTempFile2 (const char *path); //allocates a little bit more without freeing old temp qbyte *COM_LoadHunkFile (const char *path); +qbyte *COM_LoadMallocFile (const char *path); void COM_LoadCacheFile (const char *path, struct cache_user_s *cu); void COM_CreatePath (char *path); void COM_Gamedir (const char *dir);