X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Ft_quake.qc;h=517b8808225f50773e2e9b303af7ff717ac33f3c;hb=777dc5e23d7512c3e33576884d8d200f244d3006;hp=9b25c8860905440b3b724ec09c261a6fcfbbc14a;hpb=244e5081c5c503c307e557c98ac864f6c9731475;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