]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/campaign.qh
#pragma once
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / campaign.qh
index f5228c269338cd146e6c4656a45044185e59c56b..8be26fef86dea36b6ab1d252692fb7fb398f50f3 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef CAMPAIGN_H
-#define CAMPAIGN_H
+#pragma once
 
 // this must be included BEFORE campaign_common.h to make this a memory saving
 #define CAMPAIGN_MAX_ENTRIES 2
@@ -16,4 +15,3 @@ void CampaignLevelWarp(float n);
 float campaign_bots_may_start;
 // campaign mode: bots shall spawn but wait for the player to spawn before they do anything
 // in other game modes, this is ignored
-#endif