]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/weapons/all.qh
Merge branch 'master' into Mario/notifications
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / all.qh
1 // ONLY EVER ADD NEW WEAPONS AT THE END. IF YOU REMOVE ONE, PUT THE LAST ONE ON
2 // ITS PLACE. THIS IS TO AVOID UNNECESSARY RENUMBERING OF WEAPON IMPULSES.
3 // IF YOU DISREGARD THIS NOTICE, I'LL KILL YOU WITH THE @!#%'N TUBA
4
5 // core weapons
6 #include "w_blaster.qc"
7 #include "w_shotgun.qc"
8 #include "w_machinegun.qc"
9 #include "w_mortar.qc"
10 #include "w_minelayer.qc"
11 #include "w_electro.qc"
12 #include "w_crylink.qc"
13 #include "w_vortex.qc"
14 #include "w_hagar.qc"
15 #include "w_devastator.qc"
16
17 // other weapons
18 #include "w_porto.qc"
19 #include "w_vaporizer.qc"
20 #include "w_hook.qc"
21 #include "w_hlac.qc"
22 #include "w_tuba.qc"
23 #include "w_rifle.qc"
24 #include "w_fireball.qc"
25 #include "w_seeker.qc"
26 #include "w_shockwave.qc"
27 #include "w_arc.qc"
28 #include "w_hmg.qc"
29 #include "w_rpc.qc"