]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fix compile error where no extern was defined for ode_dll
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 9 Mar 2012 04:22:41 +0000 (04:22 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 9 Mar 2012 04:22:41 +0000 (04:22 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11746 d7cf8633-e32d-0410-b094-e92efae38249

prvm_cmds.c

index 1cb405874b2d7469a302b77e0de9ee72011e853b..b7ae1881bac3c13ce0d97cbf1577ddd8937c51a5 100644 (file)
@@ -17,6 +17,7 @@
 #include "mdfour.h"
 
 extern cvar_t prvm_backtraceforwarnings;
+extern dllhandle_t ode_dll;
 
 // LordHavoc: changed this to NOT use a return statement, so that it can be used in functions that must return a value
 void VM_Warning(prvm_prog_t *prog, const char *fmt, ...)