remove need for symlinking

This commit is contained in:
Bill Currie 2004-02-12 22:16:17 +00:00
parent 1fdecdcafd
commit 15c35ae121

View file

@ -0,0 +1,5 @@
#ifdef QUAKEWORLD
# include "config.qw"
#else
# include "config.nq"
#endif