X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fpathlib%2Fmain.qh;h=c867080dd7e336e175eecc95ea4586e18c50b744;hb=3d19cbc8116b6bd8b5d46a042eb519a3ec77be8a;hp=177c432cf3c9210e8996dd54fbc043f68cb69bd5;hpb=fc62dfa34fa5b13d63660d5249633af1222d6476;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/pathlib/main.qh b/qcsrc/server/pathlib/main.qh index 177c432cf..c867080dd 100644 --- a/qcsrc/server/pathlib/main.qh +++ b/qcsrc/server/pathlib/main.qh @@ -1,5 +1,4 @@ -#ifndef PATHLIB_MAIN_H -#define PATHLIB_MAIN_H -float buildpath_nodefilter_none(vector n,vector c,vector p); +#pragma once + +bool buildpath_nodefilter_none(vector n,vector c,vector p); entity path_build(entity next, vector where, entity prev, entity start); -#endif