]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/item_key.qh
Properly support team field on trigger_multiple
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / item_key.qh
index 6ab56050368601b25496c20717744e5ff1ff9b29..50be5f8dba7ef998c238dd68fbb531f6951da142 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef ITEM_KEY
-#define ITEM_KEY
+#pragma once
 
 /**
  * Returns the bit ID of a key
@@ -11,6 +10,7 @@
 /**
  * list of key names.
  */
+#ifdef SVQC
 string item_keys_names[ITEM_KEY_MAX];
 
 /**