]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/pathlib/utility.qh
Merge branch 'terencehill/v_deathtilt_fix' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / pathlib / utility.qh
index bf72549a03b95c827a86ba8814ef9f33512e080b..da4ace73e5bd14c56c9634d4753b2588595bb390 100644 (file)
@@ -1,6 +1,5 @@
-#ifndef PATHLIB_UTILITY
-#define PATHLIB_UTILITY
+#pragma once
+
 float fsnap(float val,float fsize);
 entity pathlib_nodeatpoint(vector where);
-float tile_check_plus2(vector where);
-#endif
+float tile_check_plus2(entity this, vector where);