X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fpathlib%2Fmain.qh;h=c867080dd7e336e175eecc95ea4586e18c50b744;hb=0dec7bcf5fa101452e59fe30b74daf24251d93e8;hp=177c432cf3c9210e8996dd54fbc043f68cb69bd5;hpb=5f9a104fb3f5ef5f8a68d671425290ea8a6f9843;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