]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/bot/lib/pathlib/utility.qh
Merge branch 'TimePath/hudpanels_registry' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / bot / lib / 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