]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/bot/waypoints.qh
#pragma once
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / bot / waypoints.qh
index 8e0dd0fe627e07c1ecfc689da28454cf8280e8c9..3033ced7073b9dcd8743cb3c0ee3414774a974a7 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef WAYPOINTS_H
-#define WAYPOINTS_H
+#pragma once
 /*
  * Globals and Fields
  */
@@ -66,4 +65,3 @@ entity waypoint_spawnpersonal(vector position);
 vector waypoint_fixorigin(vector position);
 
 void botframe_autowaypoints();
-#endif