]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/deathtypes/all.qh
Inventory: expand capacity
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / deathtypes / all.qh
index ae40ed811159b97b22db510bf46b6eda04e5a152..0466c230ab3b709f40343ce3d2bba3c2c3442894 100644 (file)
@@ -1,7 +1,6 @@
-#ifndef DEATHTYPES_ALL_H
-#define DEATHTYPES_ALL_H
+#pragma once
 
-#include "../notifications/all.qh"
+#include <common/notifications/all.qh>
 
 REGISTRY(Deathtypes, BITS(8))
 #define Deathtypes_from(i) _Deathtypes_from(i, NULL)
@@ -47,5 +46,3 @@ const int DT_FIRST = BIT(13);
 string Deathtype_Name(int deathtype);
 
 #include "all.inc"
-
-#endif