does that make anyting nicer?

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@520 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-11-23 01:14:00 +00:00
parent b94e7f7ff1
commit b4e92d7af3
1 changed files with 1 additions and 0 deletions

View File

@ -263,6 +263,7 @@ qbyte *COM_LoadMallocFile (char *path);
void COM_LoadCacheFile (char *path, struct cache_user_s *cu); void COM_LoadCacheFile (char *path, struct cache_user_s *cu);
void COM_CreatePath (char *path); void COM_CreatePath (char *path);
void COM_Gamedir (char *dir); void COM_Gamedir (char *dir);
char *COM_GetPathInfo (int i, int *crc);
char *COM_NextPath (char *prevpath); char *COM_NextPath (char *prevpath);
void COM_FlushFSCache(void); //a file was written using fopen void COM_FlushFSCache(void); //a file was written using fopen
void COM_RefreshFSCache_f(void); void COM_RefreshFSCache_f(void);