]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/pathlib/utility.qh
Bots: define the API boundaries
[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