diff options
author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-10-26 19:45:21 +0000 |
---|---|---|
committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-10-26 19:45:21 +0000 |
commit | 67ee0c38c4fcc70e4610109d2c15023d4b7f23c0 (patch) | |
tree | d3deabaabd2cc0576319f2c5b6cedf58b27f58a5 /code/win32 | |
parent | 8f89b366836fc69170e1c03d1b640caddd9ea33e (diff) | |
download | ioquake3-aero-67ee0c38c4fcc70e4610109d2c15023d4b7f23c0.tar.gz ioquake3-aero-67ee0c38c4fcc70e4610109d2c15023d4b7f23c0.zip |
* Moved various source files from their mod sdk locations to places more
appropriate for open source Q3
* This patch looks bigger than it really is, however it will probably break the
VC and OS X builds (easy to fix though)
git-svn-id: svn://svn.icculus.org/quake3/trunk@181 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/win32')
-rw-r--r-- | code/win32/win_net.c | 2 | ||||
-rw-r--r-- | code/win32/win_shared.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/code/win32/win_net.c b/code/win32/win_net.c index deadbbf..930ef7b 100644 --- a/code/win32/win_net.c +++ b/code/win32/win_net.c @@ -21,7 +21,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ // net_wins.c -#include "../game/q_shared.h" +#include "../qcommon/q_shared.h" #include "../qcommon/qcommon.h" #include "win_local.h" diff --git a/code/win32/win_shared.c b/code/win32/win_shared.c index cbaa8d4..43ff321 100644 --- a/code/win32/win_shared.c +++ b/code/win32/win_shared.c @@ -20,7 +20,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA =========================================================================== */ -#include "../game/q_shared.h" +#include "../qcommon/q_shared.h" #include "../qcommon/qcommon.h" #include "win_local.h" #include <lmerr.h> |