]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/bot/navigation.qh
Remove includes from most headers
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / bot / navigation.qh
index 24d01c7c44f9adfee93013c0ca34fd3e496f61c5..10d32ce18cf5fd624d3141551f9b9245fadfd489 100644 (file)
@@ -1,3 +1,5 @@
+#ifndef NAVIGATION_H
+#define NAVIGATION_H
 /*
  * Globals and Fields
  */
@@ -74,3 +76,4 @@ void navigation_unstuck();
 void botframe_updatedangerousobjects(float maxupdate);
 
 entity navigation_findnearestwaypoint(entity ent, float walkfromwp);
+#endif
\ No newline at end of file