]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/item_key.qh
Remove useless title attribute (and related attributes) from the tab class, the tab...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / item_key.qh
index 24ef1e935c8f51e09f40079b01fb687d4c3f8c9c..6ab56050368601b25496c20717744e5ff1ff9b29 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef ITEM_KEY
+#define ITEM_KEY
+
 /**
  * Returns the bit ID of a key
  */
@@ -12,7 +15,7 @@ string item_keys_names[ITEM_KEY_MAX];
 
 /**
  * Use keys from p on l.
- * Returns TRUE if any new keys were given, FALSE otherwise.
+ * Returns true if any new keys were given, false otherwise.
  */
 float item_keys_usekey(entity l, entity p);
 
@@ -20,4 +23,4 @@ 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