]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/pathlib/debug.qh
Merge branch 'master' into Mario/stats_eloranking
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / pathlib / debug.qh
1 #pragma once
2 #include "pathlib.qh"
3
4 #if DEBUGPATHING
5 void pathlib_showpath(entity start);
6 void pathlib_showpath2(entity path);
7 void pathlib_showsquare(vector where,float goodsquare,float _lifetime);
8 #endif