]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/common/vfs.h
Merge commit '66d12fc2373b05233aa29ee097efe820f05a8520' into garux-merge
[xonotic/netradiant.git] / tools / quake3 / common / vfs.h
index 23bc52aafee6fc5e4eb2ee68baa3079a1f025513..c8091cc678e8f962687c1dbc57b4cacc4944eb8c 100644 (file)
@@ -51,7 +51,7 @@ void vfsInitDirectory( const char *path );
 void vfsShutdown();
 int vfsGetFileCount( const char *filename );
 int vfsLoadFile( const char *filename, void **buffer, int index );
-void vfsListShaderFiles( char list[512][64], int *num );
+void vfsListShaderFiles( char* list, int *num );
 qboolean vfsPackFile( const char *filename, const char *packname );
 
 extern char g_strForbiddenDirs[VFS_MAXDIRS][PATH_MAX + 1];