]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/item_key.qh
Merge branch 'TimePath/experiments/csqc_prediction' into Mario/qc_physics
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / item_key.qh
index b077c0070528a4ac6edb00e60cf9af7acb79accd..4a2acd85b7d1c015d8303f3c4d120b4b25178292 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef ITEM_KEY
+#define ITEM_KEY
+
 /**
  * Returns the bit ID of a key
  */
@@ -13,7 +16,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);
 
@@ -22,3 +25,5 @@ float item_keys_usekey(entity l, entity p);
  */
 string item_keys_keylist(float keylist);
 #endif
+
+#endif