X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Ft_quake.qc;h=517b8808225f50773e2e9b303af7ff717ac33f3c;hp=219a6ae231162ed9b467ade90f7aa294c78e5f77;hb=cf4d36d9d295ce940e9e9bdf7a711e4036de0b3c;hpb=f8287888da112f1cd5d711903be8f840ff9f0d70 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 //***********************