]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/items/inventory.qh
#pragma once
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / items / inventory.qh
index c7f602e653835d6b519843bea740acc2ca0caf10..4ca11c268664f1b33a69b5809cda3dafdd60cb29 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef INVENTORY_H
-#define INVENTORY_H
+#pragma once
 
 #include "all.qh"
 #include "item/pickup.qh"
@@ -74,5 +73,3 @@ void Inventory_new(entity e)
 void Inventory_delete(entity e) { delete(e.inventory.inventory); delete(e.inventory); }
 void Inventory_update(entity e) { e.inventory.SendFlags = 0xFFFFFF; }
 #endif
-
-#endif