X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fpathlib%2Futility.qh;h=f89a60c12dc345bbde8da9ddccf9960e43c66f3d;hb=836bf45aa198f1bb7a4a0fa8bba2ac800d7bd5e9;hp=bf72549a03b95c827a86ba8814ef9f33512e080b;hpb=6f37a8f8076a572097afb13de2c367a72717c927;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/pathlib/utility.qh b/qcsrc/server/pathlib/utility.qh index bf72549a0..f89a60c12 100644 --- a/qcsrc/server/pathlib/utility.qh +++ b/qcsrc/server/pathlib/utility.qh @@ -1,6 +1,6 @@ -#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); +bool location_isok(vector point, bool waterok, bool air_isok);