]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/pathlib/utility.qh
Revert "Merge branch 'TimePath/bot_api' into 'master'\r"
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / pathlib / utility.qh
1 #ifndef PATHLIB_UTILITY
2 #define PATHLIB_UTILITY
3 float fsnap(float val,float fsize);
4 entity pathlib_nodeatpoint(vector where);
5 float tile_check_plus2(vector where);
6 #endif