aboutsummaryrefslogtreecommitdiffstats
path: root/code/client/cl_cgame.c
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-10-26 19:45:21 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-10-26 19:45:21 +0000
commit67ee0c38c4fcc70e4610109d2c15023d4b7f23c0 (patch)
treed3deabaabd2cc0576319f2c5b6cedf58b27f58a5 /code/client/cl_cgame.c
parent8f89b366836fc69170e1c03d1b640caddd9ea33e (diff)
downloadioquake3-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/client/cl_cgame.c')
-rw-r--r--code/client/cl_cgame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/client/cl_cgame.c b/code/client/cl_cgame.c
index b6c0855..09395e5 100644
--- a/code/client/cl_cgame.c
+++ b/code/client/cl_cgame.c
@@ -23,7 +23,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include "client.h"
-#include "../game/botlib.h"
+#include "../botlib/botlib.h"
extern botlib_export_t *botlib_export;