mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-31 09:11:06 +00:00
quakefs.h now defines fs_userpath and fs_sharepath
This commit is contained in:
parent
bc37d46f5b
commit
2b42f07798
3 changed files with 6 additions and 3 deletions
|
@ -67,8 +67,7 @@
|
|||
#endif
|
||||
#include <cl_slist.h>
|
||||
|
||||
extern cvar_t *fs_userpath;
|
||||
extern cvar_t *fs_sharepath;
|
||||
|
||||
// we need to declare some mouse variables here, because the menu system
|
||||
// references them even when on a unix system.
|
||||
|
||||
|
|
|
@ -38,9 +38,9 @@
|
|||
#include "console.h"
|
||||
#include "commdef.h"
|
||||
#include "zone.h"
|
||||
#include "quakefs.h"
|
||||
#include <string.h>
|
||||
|
||||
extern cvar_t *fs_userpath;
|
||||
server_entry_t *slist;
|
||||
|
||||
server_entry_t *Server_List_Add (server_entry_t *start, char *ip, char *desc) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue