]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/pathlib/utility.qh
Forcing uniform classnames for a few items.
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / pathlib / utility.qh
index 3544e86ca2b659125a3a99a3bfef5dab008e9f07..f89a60c12dc345bbde8da9ddccf9960e43c66f3d 100644 (file)
@@ -2,4 +2,5 @@
 
 float fsnap(float val,float fsize);
 entity pathlib_nodeatpoint(vector where);
-float tile_check_plus2(vector where);
+float tile_check_plus2(entity this, vector where);
+bool location_isok(vector point, bool waterok, bool air_isok);