X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=qcsrc%2Fserver%2Ft_quake.qc;h=517b8808225f50773e2e9b303af7ff717ac33f3c;hb=2ae8ccf2a62ca386ecf5c5627a4bc8fe8b4f2708;hp=9b25c8860905440b3b724ec09c261a6fcfbbc14a;hpb=d1ec6cd7b36e2c16817720fe5cce775fc3d26357;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/t_quake.qc b/qcsrc/server/t_quake.qc index 9b25c8860..517b88082 100644 --- a/qcsrc/server/t_quake.qc +++ b/qcsrc/server/t_quake.qc @@ -1,4 +1,15 @@ -#include "../common/weapons/weapons.qc" +#include "_all.qh" + +#include "../common/weapons/all.qh" + +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