X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Ft_quake.qc;h=517b8808225f50773e2e9b303af7ff717ac33f3c;hb=3a4877cd66f71e3d958152d13c51f95c8ad94b18;hp=219a6ae231162ed9b467ade90f7aa294c78e5f77;hpb=9e9ae52d6c468d5bbd43df53e54fc8d6c7276175;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/t_quake.qc b/qcsrc/server/t_quake.qc index 219a6ae23..517b88082 100644 --- a/qcsrc/server/t_quake.qc +++ b/qcsrc/server/t_quake.qc @@ -1,3 +1,16 @@ +#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 //***********************