]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/random.qh
#pragma once
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / random.qh
index 5b7fb0d3cce723e58d9b7ca4ecb27edde91d9542..1834a97a331164086464ce6ecc87d0527971fb9a 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef RANDOM_H
-#define RANDOM_H
+#pragma once
 
 float RandomSelection_totalweight;
 float RandomSelection_best_priority;
@@ -30,4 +29,3 @@ void RandomSelection_Add(entity e, float f, string s, float weight, float priori
        #define psrandom(x)
        #define prandom_debug()
 #endif
-#endif