]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/item_key.qh
Extract more lib functions
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / item_key.qh
index 4ec3296df32aecdccebff8a7642541021d2cca61..4a2acd85b7d1c015d8303f3c4d120b4b25178292 100644 (file)
@@ -11,6 +11,7 @@
 /**
  * list of key names.
  */
+#ifdef SVQC
 string item_keys_names[ITEM_KEY_MAX];
 
 /**
@@ -23,4 +24,6 @@ float item_keys_usekey(entity l, entity p);
  * Returns a string with a comma separated list of key names, as specified in keylist.
  */
 string item_keys_keylist(float keylist);
-#endif
\ No newline at end of file
+#endif
+
+#endif