]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/t_items.qh
Make most server includes order insensitive
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / t_items.qh
index ae4ecdb769375b17065136d95373c6411a9f7296..429f3c311f31099048c2f309d0c704a612d6ce96 100644 (file)
@@ -63,6 +63,10 @@ const int ISF_SIZE                           = 128;
 
 .int ItemStatus;
 
+void spawnfunc_item_strength();
+void spawnfunc_item_invincible();
+void spawnfunc_item_armor_small();
+
 #ifdef CSQC
 
 float  autocvar_cl_animate_items = 1;