]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/weapon.qh
#pragma once
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / weapon.qh
index 8b844f13e08e39d8b0585ac94122733b3597e6ee..b2ede3c503596bc19d1a8e3c173a91ac36bc4859 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef WEAPON_H
-#define WEAPON_H
+#pragma once
+
 #include <common/items/item/pickup.qh>
 #include <common/stats.qh>
 
@@ -216,5 +216,3 @@ int GetAmmoStat(.int ammotype);
 
 string W_Sound(string w_snd);
 string W_Model(string w_mdl);
-
-#endif