]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/bot/navigation.qh
#pragma once
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / bot / navigation.qh
index cf4a5ce5b261dcf6c4e154bef405c480d85a2afb..efa2843a23a5730fe9ecb53809e4f4044036d0ab 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef NAVIGATION_H
-#define NAVIGATION_H
+#pragma once
 /*
  * Globals and Fields
  */
@@ -77,4 +76,3 @@ void botframe_updatedangerousobjects(float maxupdate);
 
 entity navigation_findnearestwaypoint(entity ent, float walkfromwp);
 float navigation_waypoint_will_link(vector v, vector org, entity ent, float walkfromwp, float bestdist);
-#endif