]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/t_quake.qc
Fix more server #includes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / t_quake.qc
index b81e0c07d1ccb817938c0f8813c56d702ff1f7df..43ead3b1f8f01327c89930ff05b8450f29f17242 100644 (file)
@@ -2,6 +2,15 @@
 
 #include "../common/weapons/weapons.qc"
 
+void spawnfunc_weapon_electro();
+void spawnfunc_weapon_hagar();
+void spawnfunc_weapon_machinegun();
+void spawnfunc_item_bullets();
+void spawnfunc_item_armor_large();
+void spawnfunc_item_armor_large();
+void spawnfunc_item_health_mega();
+void spawnfunc_item_health_medium();
+
 //***********************
 //QUAKE 1 ENTITIES - So people can play quake1 maps with the xonotic weapons
 //***********************