mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 06:42:26 +00:00
added FS_SHAREPATH and FS_USERPATH
This commit is contained in:
parent
16c06526c9
commit
9761dc6732
1 changed files with 2 additions and 0 deletions
|
@ -270,6 +270,8 @@
|
|||
#define HAVE_MGRAPH_H 1
|
||||
|
||||
#define FS_GLOBALCFG ".\\qforge.cfg"
|
||||
#define FS_SHAREPATH "."
|
||||
#define FS_USERPATH "."
|
||||
|
||||
#define strcasecmp(s1, s2) stricmp((s1), (s2))
|
||||
#define strncasecmp(s1, s2, n) strnicmp((s1), (s2), (n))
|
||||
|
|
Loading…
Reference in a new issue