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