]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/weapons/all.qh
Merge branch 'master' into terencehill/string_prefixes_cleanup
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / all.qh
1 // TODO: include once
2 //#ifndef WEAPONS_ALL_H
3 //#define WEAPONS_ALL_H
4
5 #include "../util.qh"
6
7 #ifdef SVQC
8 #   include "config.qh"
9 #   include "../../server/bot/aim.qh"
10 #endif
11
12 // ONLY EVER ADD NEW WEAPONS AT THE END. IF YOU REMOVE ONE, PUT THE LAST ONE ON
13 // ITS PLACE. THIS IS TO AVOID UNNECESSARY RENUMBERING OF WEAPON IMPULSES.
14 // IF YOU DISREGARD THIS NOTICE, I'LL KILL YOU WITH THE @!#%'N TUBA
15
16 // core weapons
17 #include "w_blaster.qc"
18 #include "w_shotgun.qc"
19 #include "w_machinegun.qc"
20 #include "w_mortar.qc"
21 #include "w_minelayer.qc"
22 #include "w_electro.qc"
23 #include "w_crylink.qc"
24 #include "w_vortex.qc"
25 #include "w_hagar.qc"
26 #include "w_devastator.qc"
27
28 // other weapons
29 #include "w_porto.qc"
30 #include "w_vaporizer.qc"
31 #include "w_hook.qc"
32 #include "w_hlac.qc"
33 #include "w_tuba.qc"
34 #include "w_rifle.qc"
35 #include "w_fireball.qc"
36 #include "w_seeker.qc"
37 #include "w_shockwave.qc"
38 #include "w_arc.qc"
39 #include "w_hmg.qc"
40 #include "w_rpc.qc"
41
42 //#endif