X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fpathlib%2Fmain.qc;h=fc550fa636f029bd2f0b1e596c44dbd0b15a6a2e;hp=c2f33260302c7899dbba85212c3df2eeece69172;hb=ab8141544c2cacf1e647072ea64749625cc13b00;hpb=fdbfb6f9364d8aeae67e108400a6bd1dd37dc0b7 diff --git a/qcsrc/server/pathlib/main.qc b/qcsrc/server/pathlib/main.qc index c2f332603..fc550fa63 100644 --- a/qcsrc/server/pathlib/main.qc +++ b/qcsrc/server/pathlib/main.qc @@ -4,6 +4,7 @@ #include #include "pathlib.qh" #include "utility.qh" +#include #include "../command/common.qh" void pathlib_deletepath(entity start) @@ -30,9 +31,7 @@ void dumpnode(entity n) } #if DEBUGPATHING -void pathlib_showpath(entity start); -void pathlib_showpath2(entity path); -void pathlib_showsquare(vector where,float goodsquare,float _lifetime); +#include "debug.qh" #endif