Added a prototype for COM_LoadMallocFile(). Fixes crash on startup.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3532 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
d57438adf3
commit
4c9a4f06e1
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue